|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@PropertySet(value="") public interface ListProperties
List constants to use for tests.
Method Summary | |
---|---|
List<Integer> |
listOfInts() A simple list of Integers. |
List<Priority> |
listOfPriorities() A simple list of enum elements. |
List<String> |
listOfStrings() A simple list of Strings. |
Method Detail |
---|
@PropertyKeyName(value="list-of-strings") @NotNull List<String> listOfStrings()
@PropertyKeyName(value="list-of-ints") @PropertyElementType(value=java.lang.Integer.class) @NotNull List<Integer> listOfInts()
@PropertyKeyName(value="priority-list") @PropertyElementType(value=Priority.class) @NotNull List<Priority> listOfPriorities()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |