Searched refs:ThrowingConstructor (Results 1 – 3 of 3) sorted by relevance
40 private ThrowingConstructor withThrowingConstructor;132 private static class ThrowingConstructor { class in ParameterizedConstructorInstantiatorTest133 … public ThrowingConstructor(Observer observer) throws IOException { throw new IOException(); } in ThrowingConstructor() method in ParameterizedConstructorInstantiatorTest.ThrowingConstructor
132 @InjectMocks ThrowingConstructor failingConstructor; in should_report_nicely()143 static class ThrowingConstructor { class in MockInjectionUsingSetterOrPropertyTest144 ThrowingConstructor() { throw new RuntimeException("aha"); } in ThrowingConstructor() method in MockInjectionUsingSetterOrPropertyTest.ThrowingConstructor
110 ThrowingConstructor throwingConstructor; in should_report_when_constructor_is_explosive()282 static class ThrowingConstructor { class in SpyAnnotationTest283 ThrowingConstructor() { in ThrowingConstructor() method in SpyAnnotationTest.ThrowingConstructor