Home
last modified time | relevance | path

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

/platform_testing/libraries/health/options/tests/src/android/platform/test/options/
DTestOptionTest.java77 public void evaluate() throws Throwable { in testSuppliedValue_valid()
82 withOption.evaluate(); in testSuppliedValue_valid()
95 public void evaluate() throws Throwable { in testSuppliedValue_invalid()
100 withOption.evaluate(); in testSuppliedValue_invalid()
112 public void evaluate() throws Throwable { in testRequiredValueAbsent_explicit()
117 withOption.evaluate(); in testRequiredValueAbsent_explicit()
129 public void evaluate() throws Throwable { in testRequiredValueAbsent_implicit()
134 withOption.evaluate(); in testRequiredValueAbsent_implicit()
145 public void evaluate() throws Throwable { in testRequiredValueAbsent_withDefault()
150 withOption.evaluate(); in testRequiredValueAbsent_withDefault()
[all …]
DBooleanOptionTest.java56 public void evaluate() throws Throwable { in testParsing_true()
61 withOption.evaluate(); in testParsing_true()
72 public void evaluate() throws Throwable { in testParsing_false()
77 withOption.evaluate(); in testParsing_false()
DIntegerOptionTest.java62 public void evaluate() throws Throwable { in testParsing_valid()
67 withOption.evaluate(); in testParsing_valid()
80 public void evaluate() throws Throwable { in testParsing_invalid()
85 withOption.evaluate(); in testParsing_invalid()
DDoubleOptionTest.java62 public void evaluate() throws Throwable { in testParsing_valid()
67 withOption.evaluate(); in testParsing_valid()
80 public void evaluate() throws Throwable { in testParsing_invalid()
85 withOption.evaluate(); in testParsing_invalid()
DLongOptionTest.java62 public void evaluate() throws Throwable { in testParsing_valid()
67 withOption.evaluate(); in testParsing_valid()
80 public void evaluate() throws Throwable { in testParsing_invalid()
85 withOption.evaluate(); in testParsing_invalid()
DStringOptionTest.java57 public void evaluate() throws Throwable { in testRetrieval()
62 withOption.evaluate(); in testRetrieval()
/platform_testing/libraries/health/rules/tests/src/android/platform/test/rule/
DUnlockScreenRuleTest.java44 public void evaluate() throws Throwable { in testScreenOff()
50 rule.apply(testStatement, Description.createTestDescription("clzz", "mthd")).evaluate(); in testScreenOff()
60 public void evaluate() throws Throwable { in testScreenLocked()
66 rule.apply(testStatement, Description.createTestDescription("clzz", "mthd")).evaluate(); in testScreenLocked()
76 public void evaluate() throws Throwable { in testScreenOn()
82 rule.apply(testStatement, Description.createTestDescription("clzz", "mthd")).evaluate(); in testScreenOn()
DTracePointRuleTest.java41 .evaluate(); in testNoNameGiven()
52 .evaluate(); in testEmptyStringGiven()
63 .evaluate(); in testTagGiven()
74 .evaluate(); in testTraceCallOrder()
107 public void evaluate() throws Throwable { in getTestStatement()
DIorapCompilationRuleTest.java60 .evaluate(); in testDoingNothingWhenParamsUnset()
76 .evaluate(); in testDisablingIorapdWhenParamsAreSet()
96 .evaluate(); in testEnablingIorapdWhenParamsAreSet()
117 .evaluate(); in testCompilingIorapdWhenParamsAreSet()
132 .evaluate(); in testCompilingIorapdWhenParamsAreSet()
141 .evaluate(); in testCompilingIorapdWhenParamsAreSet()
152 .evaluate(); in testCompilingIorapdWhenParamsAreSet()
196 public void evaluate() throws Throwable { in getTestStatement()
DStopwatchRuleTest.java45 public void evaluate() throws Throwable { in testMeasurementIsCorrect()
50 .evaluate(); in testMeasurementIsCorrect()
67 public void evaluate() throws Throwable {} in testMetricSendToInstr()
70 .evaluate(); in testMetricSendToInstr()
DNotificationPressureRuleTest.java47 public void evaluate() throws Throwable { in testPostNotifications_withoutPackage()
55 .evaluate(); in testPostNotifications_withoutPackage()
72 public void evaluate() throws Throwable { in testPostNotifications_withPackage()
79 rule.apply(testStatement, Description.createTestDescription("clzz", "mthd")).evaluate(); in testPostNotifications_withPackage()
DPressHomeRuleTest.java51 public void evaluate() throws Throwable { in testPressHomeEnabled()
56 rule.apply(testStatement, Description.createTestDescription("clzz", "mthd")).evaluate(); in testPressHomeEnabled()
73 public void evaluate() throws Throwable { in testPressHomeDisabled()
78 rule.apply(testStatement, Description.createTestDescription("clzz", "mthd")).evaluate(); in testPressHomeDisabled()
DKillAppsRuleTest.java58 .evaluate(); in testOneAppToKill()
74 .evaluate(); in testMultipleAppsToKill()
94 .evaluate(); in testDisableKillsAppsRuleOption()
131 public void evaluate() throws Throwable { in getTestStatement()
DCompilationFilterRuleTest.java55 rule.apply(rule.getTestStatement(), TEST_DESC).evaluate(); in testAppToCompile_badFilterThrows()
75 rule.apply(rule.getTestStatement(), TEST_DESC).evaluate(); in testAppToCompile_failCompilationThrows()
94 rule.apply(rule.getTestStatement(), TEST_DESC).evaluate(); in testOneAppToCompile()
114 rule.apply(rule.getTestStatement(), TEST_DESC).evaluate(); in testMultipleAppsToCompile()
153 public void evaluate() throws Throwable { in getTestStatement()
DQuickstepPressureRuleTest.java50 .evaluate(); in testOneAppToOpen()
63 .evaluate(); in testMultipleAppsToOpen()
93 public void evaluate() throws Throwable { in getTestStatement()
DDropCachesRuleTest.java43 .evaluate(); in testDropCachesCommand()
59 .evaluate(); in testNoDropCacheFlag()
90 public void evaluate() throws Throwable { in getTestStatement()
DGarbageCollectRuleTest.java59 public void evaluate() throws Throwable { in testCallsGcBeforeTest()
67 Description.createTestDescription("clzz", "mthd")).evaluate(); in testCallsGcBeforeTest()
DNaturalOrientationRuleTest.java45 public void evaluate() throws Throwable { in testNaturalOrientationSetAndUnset()
51 rule.apply(testStatement, Description.createTestDescription("clzz", "mthd")).evaluate(); in testNaturalOrientationSetAndUnset()
/platform_testing/libraries/health/options/src/android/platform/test/options/
DTestOption.java54 public void evaluate() throws Throwable { in apply()
83 base.evaluate(); in apply()
/platform_testing/libraries/health/runners/longevity/platform/tests/src/android/platform/test/longevity/
DLongevityClassRunnerTest.java88 public void evaluate() throws Throwable {
95 public void evaluate() throws Throwable {
251 public void evaluate() throws Throwable { in testAfterClassMethodsHandling_marksFailure()
256 statement.evaluate(); in testAfterClassMethodsHandling_marksFailure()
284 public void evaluate() throws Throwable { in testRunAfterClassMethodsHandling_marksPassed()
288 statement.evaluate(); in testRunAfterClassMethodsHandling_marksPassed()
304 statement.evaluate(); in testAfterClass_runAsAfterForPassingTest()
327 statement.evaluate(); in testAfterClass_runAsAfterClassForFailingTest()
/platform_testing/libraries/health/runners/longevity/platform/src/android/platform/test/longevity/
DLongevityClassRunner.java202 public void evaluate() throws Throwable { in evaluate() method in LongevityClassRunner.RunAfterMethods
205 withAfters.evaluate(); in evaluate()
230 public void evaluate() throws Throwable { in evaluate() method in LongevityClassRunner.RunAfterClassMethodsOnTestFailure
233 mStatement.evaluate(); in evaluate()
DScheduledScenarioRunner.java114 public void evaluate() throws Throwable { in withAfters()
117 statement.evaluate(); in withAfters()
/platform_testing/libraries/health/runners/microbenchmark/src/android/platform/test/microbenchmark/
DMicrobenchmark.java100 public void evaluate() throws Throwable { in methodInvoker()
102 method.evaluate(); in methodInvoker()
/platform_testing/libraries/health/runners/microbenchmark/tests/src/android/platform/test/microbenchmark/
DMicrobenchmarkTest.java309 public void evaluate() throws Throwable { in apply()
311 base.evaluate(); in apply()