Searched refs:reportNotExecuted (Results 1 – 7 of 7) sorted by relevance
123 private IRemoteTest poll(boolean reportNotExecuted) { in poll() argument130 if (reportNotExecuted) { in poll()255 reportNotExecuted(listener); in run()304 private void reportNotExecuted(ITestInvocationListener listener) { in reportNotExecuted() method in TestsPoolPoller313 ((IReportNotExecuted) tokenTest).reportNotExecuted(listener, message); in reportNotExecuted()325 ((IReportNotExecuted) test).reportNotExecuted(listener); in reportNotExecuted()
34 public default void reportNotExecuted(ITestInvocationListener listener) {} in reportNotExecuted() method43 public default void reportNotExecuted(ITestInvocationListener listener, String message) { in reportNotExecuted() method44 reportNotExecuted(listener); in reportNotExecuted()
607 reportNotExecuted(listener, "Module did not run due to device not available."); in run()993 public void reportNotExecuted(ITestInvocationListener listener) { in reportNotExecuted() method in ITestSuite994 reportNotExecuted(listener, IReportNotExecuted.NOT_EXECUTED_FAILURE); in reportNotExecuted()999 public void reportNotExecuted(ITestInvocationListener listener, String message) { in reportNotExecuted() method in ITestSuite1011 module.reportNotExecuted(listener, message); in reportNotExecuted()
939 public final void reportNotExecuted(ITestInvocationListener listener, String message) { in reportNotExecuted() method in ModuleDefinition
39 ((IReportNotExecuted) test).reportNotExecuted(mListener); in run()
51 public void reportNotExecuted(ITestInvocationListener listener, String message) { in reportNotExecuted() method in TokenTestClass
82 public void reportNotExecuted(ITestInvocationListener listener) { in reportNotExecuted() method in UnexecutedTestReporterThreadTest.TestReport