Searched defs:option (Results 1 – 10 of 10) sorted by relevance
72 TestableOption option = new TestableOption(OPTION_NAME); in testSuppliedValue_valid() local90 TestableOption option = new TestableOption(OPTION_NAME); in testSuppliedValue_invalid() local108 TestableOption option = new TestableOption(OPTION_NAME).setRequired(true); in testRequiredValueAbsent_explicit() local125 TestableOption option = new TestableOption(OPTION_NAME); in testRequiredValueAbsent_implicit() local140 TestableOption option = in testRequiredValueAbsent_withDefault() local156 TestableOption option = new TestableOption(OPTION_NAME).setRequired(false); in testNonRequiredValueAbsent() local171 TestableOption option = new TestableOption(OPTION_NAME); in testOptionErrorSkipsTest_invalidValue() local195 TestableOption option = new TestableOption(OPTION_NAME).setRequired(true); in testOptionErrorSkipsTest_requiredMissing() local226 TestableOption option = new TestableOption(OPTION_NAME).setRequired(true); in testUninitializedOptionThrows() local
51 TestableBooleanOption option = new TestableBooleanOption(OPTION_NAME); in testParsing_true() local67 TestableBooleanOption option = new TestableBooleanOption(OPTION_NAME); in testParsing_false() local
55 TestableIntegerOption option = new TestableIntegerOption(OPTION_NAME); in testParsing_valid() local75 TestableIntegerOption option = new TestableIntegerOption(OPTION_NAME); in testParsing_invalid() local
55 TestableDoubleOption option = new TestableDoubleOption(OPTION_NAME); in testParsing_valid() local75 TestableDoubleOption option = new TestableDoubleOption(OPTION_NAME); in testParsing_invalid() local
55 TestableLongOption option = new TestableLongOption(OPTION_NAME); in testParsing_valid() local75 TestableLongOption option = new TestableLongOption(OPTION_NAME); in testParsing_invalid() local
51 TestableStringOption option = new TestableStringOption(OPTION_NAME); in testRetrieval() local
100 Option option = method.getAnnotation(Option.class); in beforeTest() local
98 UiObject2 option = mDevice.wait(Until.findObject( in selectAnimation() local290 UiObject2 option = null; in selectViews() local
120 public static void failIfRequested(BooleanOption option, String location) { in failIfRequested()
333 Object option = options.get(i); in parseJsonAndUpdateConfigOptions() local