Home
last modified time | relevance | path

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

/external/mockito/src/test/java/org/mockitousage/annotation/
DMockInjectionUsingConstructorTest.java73 junit_test_with_3_tests_methods.constructor_instantiation = 0; 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()
81 assertThat(junit_test_with_3_tests_methods.constructor_instantiation).isEqualTo(3); in constructor_is_called_for_each_test_in_test_class()
104 public static class junit_test_with_3_tests_methods { class in MockInjectionUsingConstructorTest