Home
last modified time | relevance | path

Searched refs:completedNormally (Results 1 – 10 of 10) sorted by relevance

/external/vogar/test/vogar/target/junit4/
DTestRunnerJUnit4Test.java43 .completedNormally(); in testRunner_ChangeDefaultLocaleTest()
56 .completedNormally(); in testRunner_SimpleTest2()
70 .completedNormally(); in testRunner_SkipPast()
81 expectedResults().completedNormally(); in testRunner_SkipPastAll()
93 .completedNormally(); in testRunner_SimpleTest2_OneMethod()
106 .completedNormally(); in testRunner_SimpleTest2_TwoMethod()
120 .completedNormally(); in testRunner_SimpleTest2_WrongMethod()
134 .completedNormally(); in testRunner_ExtendedSimple2()
150 .completedNormally(); in testRunner_ExtendedSimple2_QualifiedAndMethodNames()
162 .completedNormally(); in testRunner_SimpleTest()
[all …]
/external/vogar/test/vogar/target/junit3/
DTestRunnerJUnit3Test.java43 .completedNormally(); in testConstructor_JUnit3Test_RunnerType_JUNIT()
57 .completedNormally(); in testRunner_ChangeDefaultLocaleTest()
70 .completedNormally(); in testRunner_SimpleTest2()
83 .completedNormally(); in testRunner_SkipPast()
95 .completedNormally(); in testRunner_SkipPastAll()
107 .completedNormally(); in testRunner_SimpleTest2_OneMethod()
120 .completedNormally(); in testRunner_SimpleTest2_TwoMethod()
134 .completedNormally(); in testRunner_SimpleTest2_WrongMethod()
148 .completedNormally(); in testRunner_ExtendedSimple2()
164 .completedNormally(); in testRunner_ExtendedSimple2_QualifiedAndMethodNames()
[all …]
/external/vogar/test/vogar/target/main/
DTestRunnerMainTest.java42 .completedNormally(); in testConstructor_Main_RunnerType_MAIN()
53 .completedNormally(); in testRunner_Main_NoArgs()
64 .completedNormally(); in testRunner_Main_Args()
81 .completedNormally(); in testRunner_MainLong_NoTimeout()
/external/vogar/src/vogar/monitor/
DTargetMonitor.java86 public void completedNormally(boolean completedNormally) {
88 jsonObject.addProperty("completedNormally", completedNormally);
DHostMonitor.java110 boolean completedNormally = false; in followProcess()
134 completedNormally = jsonObject.get("completedNormally").getAsBoolean(); in followProcess()
141 return completedNormally; in followProcess()
/external/vogar/test/vogar/target/
DTestRunnerTest.java62 .completedNormally(); in testRunner_Object()
73 .completedNormally(); in testRunner_WrongSuiteTest()
132 .completedNormally(); in testRunner_Mixture()
DAbstractTestRunnerTest.java169 public void completedNormally() { in completedNormally() method in AbstractTestRunnerTest.ExpectedResults
/external/vogar/test/vogar/target/caliper/
DTestRunnerCaliperTest.java43 .completedNormally(); in testRunner_CaliperBenchmark_NoRunner()
67 .completedNormally(); in testRunner_CaliperBenchmarkFailing()
/external/vogar/src/vogar/target/
DTestRunner.java217 boolean completedNormally = targetRunner.run(); in run()
218 if (!completedNormally) { in run()
223 monitor.completedNormally(true); in run()
/external/vogar/src/vogar/tasks/
DRunActionTask.java91 boolean completedNormally = useSocketMonitor() in execute()
95 if (completedNormally) { in execute()