1891189218931894189518961897
/* * Helps debugging failing tests. Experimental - use at your own risk. We're not sure if this method will stay in public api. */ @Deprecated static MockitoDebugger debug() { return new MockitoDebuggerImpl(); }
1644164516461647164816491650
/* * Helps debugging failing tests. Experimental - use at your own risk. */ @Deprecated static MockitoDebugger debug() { return new MockitoDebuggerImpl(); }
2165216621672168216921702171
/** * Helps debugging failing tests. Experimental - use at your own risk. We're not sure if this method will stay in public api. */ @Deprecated static MockitoDebugger debug() { return new MockitoDebuggerImpl(); }
10111213141516
//TODO get rid when debug() finally is out public class NewMockito extends Mockito { public static MockitoDebugger debug() { return new MockitoDebuggerImpl(); }
2293229422952296229722982299
1912191319141915191619171918
1717171817191720172117221723