Home
last modified time | relevance | path

Searched refs:MyOptsWithEmptyDefaults (Results 1 – 1 of 1) sorted by relevance

/external/jcommander/src/test/java/com/beust/jcommander/
DDefaultValueTest.java37 MyOptsWithEmptyDefaults opts = new MyOptsWithEmptyDefaults(); in emptyDefaultValueForListParameterStaysEmptyIfNotAssignedOrIsSetOtherwise()
58 MyOptsWithEmptyDefaults opts = new MyOptsWithEmptyDefaults(); in anyNumberOfValuesCanBeSetToListParameters_ForEmptyDefaults()
95 public static final class MyOptsWithEmptyDefaults extends MyOpts { class in DefaultValueTest
96 public MyOptsWithEmptyDefaults(){ in MyOptsWithEmptyDefaults() method in DefaultValueTest.MyOptsWithEmptyDefaults