Package org.opendaylight.yangtools.testutils.mockito


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