Searched refs:MethodsImpl (Results 1 – 4 of 4) sorted by relevance
11 import org.mockitousage.MethodsImpl;99 IMethods methods = mock(IMethods.class, delegatesTo(new MethodsImpl())); in null_wrapper_dont_throw_exception_from_org_mockito_package()164 IMethods methods = mock(IMethods.class, delegatesTo(new MethodsImpl() { in exception_should_be_propagated_from_delegate()
17 import org.mockitousage.MethodsImpl;157 MethodsImpl methods = mock(MethodsImpl.class); in should_allow_do_call_real_method_in_chained_stubbing()
18 import org.mockitousage.MethodsImpl;119 MethodsImpl mock = mock(MethodsImpl.class); in should_stub_consecutively_with_call_real_method()
11 public class MethodsImpl implements IMethods { class