Searched defs:ThrowingConstructor (Results 1 – 5 of 5) sorted by relevance
51 struct ThrowingConstructor : public Allocable { struct52 ThrowingConstructor() { throw std::exception(); } in ThrowingConstructor() argument54 uint8_t x;
132 private static class ThrowingConstructor { class in ParameterizedConstructorInstantiatorTest133 … public ThrowingConstructor(Observer observer) throws IOException { throw new IOException(); } in ThrowingConstructor() method in ParameterizedConstructorInstantiatorTest.ThrowingConstructor
143 static class ThrowingConstructor { class in MockInjectionUsingSetterOrPropertyTest144 ThrowingConstructor() { throw new RuntimeException("aha"); } in ThrowingConstructor() method in MockInjectionUsingSetterOrPropertyTest.ThrowingConstructor
314 static class ThrowingConstructor { class in SpyAnnotationTest315 ThrowingConstructor() { in ThrowingConstructor() method in SpyAnnotationTest.ThrowingConstructor
79 abstract class ThrowingConstructor { class