Searched refs:MyOptsWithEmptyDefaults (Results 1 – 1 of 1) sorted by relevance
37 MyOptsWithEmptyDefaults opts = new MyOptsWithEmptyDefaults(); in emptyDefaultValueForListParameterStaysEmptyIfNotAssignedOrIsSetOtherwise()58 MyOptsWithEmptyDefaults opts = new MyOptsWithEmptyDefaults(); in anyNumberOfValuesCanBeSetToListParameters_ForEmptyDefaults()95 public static final class MyOptsWithEmptyDefaults extends MyOpts { class in DefaultValueTest96 public MyOptsWithEmptyDefaults(){ in MyOptsWithEmptyDefaults() method in DefaultValueTest.MyOptsWithEmptyDefaults