• Home
  • Raw
  • Download

Lines Matching refs:runner

55         Runner runner = new JUnitRunner(monitor, skipPastReference, testEnvironment, 0, tests);  in test_run_for_SimpleTest_should_perform_test()  local
56 runner.run(null); in test_run_for_SimpleTest_should_perform_test()
66 Runner runner = new JUnitRunner(monitor, skipPastReference, testEnvironment, 0, tests); in test_run_for_SuiteTest_should_perform_tests() local
67 runner.run(null); in test_run_for_SuiteTest_should_perform_tests()
83 Runner runner = new JUnitRunner(monitor, skipPastReference, testEnvironment, 0, tests); in test_run_for_SimpleTest2_with_ActionName_should_perform_test() local
84 runner.run(null); in test_run_for_SimpleTest2_with_ActionName_should_perform_test()
99 Runner runner = new JUnitRunner(monitor, skipPastReference, testEnvironment, 0, tests); in test_run_for_SimpleTest2_limiting_to_1method_should_perform_test() local
100 runner.run(null); in test_run_for_SimpleTest2_limiting_to_1method_should_perform_test()
111 Runner runner = new JUnitRunner(monitor, skipPastReference, testEnvironment, 0, tests); in test_run_for_SimpleTest2_limiting_to_2methods_should_perform_test() local
112 runner.run(null); in test_run_for_SimpleTest2_limiting_to_2methods_should_perform_test()
125 Runner runner = new JUnitRunner(monitor, skipPastReference, testEnvironment, 0, tests); in test_limiting_to_1method_and_run_for_SimpleTest2_should_perform_test() local
126 runner.run(null); in test_limiting_to_1method_and_run_for_SimpleTest2_should_perform_test()
140 Runner runner = new JUnitRunner(monitor, skipPastReference, testEnvironment, 0, tests); in test_limiting_to_wrong_1method_and_run_for_SimpleTest2_should_fail_test() local
141 runner.run(null); in test_limiting_to_wrong_1method_and_run_for_SimpleTest2_should_fail_test()
157 Runner runner = new JUnitRunner(monitor, skipPastReference, testEnvironment, 0, tests); in test_run_for_SimpleTest2_limiting_to_1method_with_both_run_should_perform_test() local
158 runner.run(null); in test_run_for_SimpleTest2_limiting_to_1method_with_both_run_should_perform_test()
174 Runner runner = new JUnitRunner(monitor, skipPastReference, testEnvironment, 0, tests); in test_run_for_FailTest_should_perform_test() local
175 runner.run(null); in test_run_for_FailTest_should_perform_test()
198 Runner runner = new JUnitRunner(monitor, skipPastReference, testEnvironment, 1, tests); in test_run_for_LongTest_with_time_limit_should_report_time_out() local
199 runner.run(null); in test_run_for_LongTest_with_time_limit_should_report_time_out()
212 Runner runner = new JUnitRunner(monitor, skipPastReference, testEnvironment, 0, tests); in test_run_for_LongTest2_without_time_limit_should_not_report_time_out() local
213 runner.run(null); in test_run_for_LongTest2_without_time_limit_should_not_report_time_out()