Lines Matching defs:target
53 Class<?> target = SimpleTest.class; in test_run_for_SimpleTest_should_perform_test() local
64 Class<?> target = SuiteTest.class; in test_run_for_SuiteTest_should_perform_tests() local
81 Class<?> target = SimpleTest2.class; in test_run_for_SimpleTest2_with_ActionName_should_perform_test() local
96 Class<?> target = SimpleTest2.class; in test_run_for_SimpleTest2_limiting_to_1method_should_perform_test() local
108 Class<?> target = SimpleTest2.class; in test_run_for_SimpleTest2_limiting_to_2methods_should_perform_test() local
122 Class<?> target = SimpleTest2.class; in test_limiting_to_1method_and_run_for_SimpleTest2_should_perform_test() local
134 Class<?> target = SimpleTest2.class; in test_limiting_to_wrong_1method_and_run_for_SimpleTest2_should_fail_test() local
154 Class<?> target = SimpleTest2.class; in test_run_for_SimpleTest2_limiting_to_1method_with_both_run_should_perform_test() local
168 Class<?> target = FailTest.class; in test_run_for_FailTest_should_perform_test() local
192 Class<?> target = LongTest.class; in test_run_for_LongTest_with_time_limit_should_report_time_out() local
209 Class<?> target = LongTest2.class; in test_run_for_LongTest2_without_time_limit_should_not_report_time_out() local