Searched refs:abstractMethod (Results 1 – 3 of 3) sorted by relevance
29 …Invocation abstractMethod = new InvocationBuilder().method("booleanReturningMethod").toInvocation(… in should_delegate_to_returns_default_when_abstract_method() local30 …assertThat(new CallsRealMethods().answer(abstractMethod)).isEqualTo(RETURNS_DEFAULTS.answer(abstra… in should_delegate_to_returns_default_when_abstract_method()
228 boolean method, boolean abstractMethod) { in test() argument249 if (abstractMethod) { in test()
206 @Tested abstract void abstractMethod(); in abstractMethod() method in ElementTest.A