Searched refs:RunStrategy (Results 1 – 10 of 10) sorted by relevance
27 import com.android.tradefed.testtype.suite.module.IModuleController.RunStrategy;59 assertEquals(RunStrategy.RUN, mController.shouldRunModule(mContext)); in testStubDevice()70 assertEquals(RunStrategy.RUN, mController.shouldRunModule(mContext)); in testNoBridgeSupport()86 assertEquals(RunStrategy.RUN, mController.shouldRunModule(mContext)); in testBridgeSupport()102 assertEquals(RunStrategy.RUN, mController.shouldRunModule(mContext)); in testBridgeSupport_differentBitness()118 assertEquals(RunStrategy.FULL_MODULE_BYPASS, mController.shouldRunModule(mContext)); in testBridgeSupport_differentArch()
27 import com.android.tradefed.testtype.suite.module.IModuleController.RunStrategy;62 assertEquals(RunStrategy.SKIP_MODULE_TESTCASES, mController.shouldRunModule(mContext)); in testStubDevice()72 assertEquals(RunStrategy.SKIP_MODULE_TESTCASES, mController.shouldRunModule(mContext)); in testNotAutomotive()82 assertEquals(RunStrategy.RUN, mController.shouldRunModule(mContext)); in testAutomotive()
30 public RunStrategy shouldRun(IInvocationContext context) { in shouldRun()37 return RunStrategy.RUN; in shouldRun()47 return RunStrategy.SKIP_MODULE_TESTCASES; in shouldRun()
41 public RunStrategy shouldRun(IInvocationContext context) { in shouldRun()69 return RunStrategy.FULL_MODULE_BYPASS; in shouldRun()75 return RunStrategy.RUN; in shouldRun()
36 public RunStrategy shouldRun(IInvocationContext context) { in shouldRun()59 return RunStrategy.FULL_MODULE_BYPASS; in shouldRun()65 return RunStrategy.RUN; in shouldRun()
24 public enum RunStrategy { enum39 public RunStrategy shouldRunModule(IInvocationContext context); in shouldRunModule()
27 public RunStrategy shouldRun(IInvocationContext context) { in shouldRun()28 return RunStrategy.RUN; in shouldRun()
52 public final RunStrategy shouldRunModule(IInvocationContext context) { in shouldRunModule()63 public abstract RunStrategy shouldRun(IInvocationContext context); in shouldRun()
61 import com.android.tradefed.testtype.suite.module.IModuleController.RunStrategy;331 RunStrategy rs = applyConfigurationControl(failureListener); in run()332 if (RunStrategy.FULL_MODULE_BYPASS.equals(rs)) { in run()335 } else if (RunStrategy.SKIP_MODULE_TESTCASES.equals(rs)) { in run()953 private RunStrategy applyConfigurationControl(TestFailureListener failureListener) { in applyConfigurationControl()969 return RunStrategy.RUN; in applyConfigurationControl()
942 public RunStrategy shouldRun(IInvocationContext context) { in testModuleController_fullBypass()943 return RunStrategy.FULL_MODULE_BYPASS; in testModuleController_fullBypass()985 public RunStrategy shouldRun(IInvocationContext context) { in testModuleController_skipTestCases()986 return RunStrategy.SKIP_MODULE_TESTCASES; in testModuleController_skipTestCases()