Searched refs:verboseLogging (Results 1 – 4 of 4) sorted by relevance
55 Foo foo = mock(Foo.class, withSettings().verboseLogging()); in shouldNotPrintInvocationOnMockWithoutSetting()71 Foo foo = mock(Foo.class, withSettings().verboseLogging()); in shouldPrintUnstubbedInvocationOnMockToStdOut()87 Foo foo = mock(Foo.class, withSettings().verboseLogging()); in shouldPrintStubbedInvocationOnMockToStdOut()105 Foo foo = mock(Foo.class, withSettings().verboseLogging()); in shouldPrintThrowingInvocationOnMockToStdOut()127 withSettings().spiedInstance(new FooImpl()).verboseLogging()); in shouldPrintRealInvocationOnSpyToStdOut()144 Foo foo = mock(Foo.class, withSettings().verboseLogging()); in usage()
97 mockSettingsImpl.verboseLogging(); in shouldAddVerboseLoggingListener()109 mockSettingsImpl.verboseLogging().verboseLogging(); in shouldAddVerboseLoggingListenerOnlyOnce()
204 MockSettings verboseLogging(); in verboseLogging() method
167 public MockSettings verboseLogging() { in verboseLogging() method in MockSettingsImpl