Home
last modified time | relevance | path

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

/external/mockito/src/test/java/org/mockitousage/annotation/
DMockInjectionUsingConstructorTest.java74 JUnitCore jUnitCore = new JUnitCore(); in constructor_is_called_for_each_test_in_test_class() local
75 jUnitCore.addListener(new TextListener(System.out)); in constructor_is_called_for_each_test_in_test_class()
78 jUnitCore.run(junit_test_with_3_tests_methods.class); in constructor_is_called_for_each_test_in_test_class()