HomeSort by relevance Sort by last modified time
    Searched refs:failTest (Results 1 - 6 of 6) sorted by null

  /external/antlr/gunit/src/main/java/org/antlr/gunit/
ITestSuite.java 43 public void onFail(ITestCase failTest);
gUnitExecutor.java 646 public void onFail(ITestCase failTest) {
  /external/antlr/gunit/src/main/java/org/antlr/gunit/swingui/runner/
NotifiedTestExecuter.java 49 public void onFail(ITestCase failTest) {
50 if(failTest == null) throw new IllegalArgumentException("Null fail test");
52 final String ruleName = failTest.getTestedRuleName();
56 final TestCase failCase = (TestCase) rule.getElementAt(failTest.getTestCaseIndex());
58 //System.out.println(String.format("[FAIL] %s (%d) ", failTest.getTestedRuleName(), failTest.getTestCaseIndex()));
  /cts/common/device-side/util/src/com/android/compatibility/common/util/
BusinessLogicTestCase.java 114 public static void failTest(String message) {
  /cts/common/device-side/util-axt/src/com/android/compatibility/common/util/
BusinessLogicTestCase.java 115 public static void failTest(String message) {
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/video/
CameraVideoActivity.java 266 failTest("Media recorder error.");
524 failTest("Unable to set up media recorder.");
719 failTest("Cannot find video size");
780 failTest("camera not available" + e.getMessage());
    [all...]

Completed in 124 milliseconds