public class AnnotationParserTest extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
ANNOTATION_TYPE |
| Constructor and Description |
|---|
AnnotationParserTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
annotationArrayCanBeEmpty() |
void |
annotationArrayOfStrings() |
void |
annotationArraySingleElement() |
void |
annotationNoValueIsEquivalentToEmptyArray() |
void |
annotationSingleStringValue() |
void |
noAnnotationYieldsNullInsteadOfEmptyArray() |
public static final String ANNOTATION_TYPE
public void annotationArrayOfStrings()
public void annotationArraySingleElement()
public void annotationSingleStringValue()
public void annotationArrayCanBeEmpty()
public void annotationNoValueIsEquivalentToEmptyArray()
public void noAnnotationYieldsNullInsteadOfEmptyArray()
Copyright © 2017 Atlassian. All rights reserved.