Package org.opendaylight.yangtools.testutils.mockito
-
Class Summary Class Description CallsRealOrExceptionAnswer Mockito Answer which for un-stubbed methods forwards the call to the real method if it is implemented on the mocked object (i.e.MethodExtensions Nicer shorter toString() forMethod
than it's default.MoreAnswers MoreAnswer
variants.ThrowsMethodExceptionAnswer Mockito Answer which for un-stubbed methods throws an UnstubbedMethodException (instead of Mockito's default of returning null). -
Exception Summary Exception Description UnstubbedMethodException Exception to be thrown on unstubbed method calls.