Interface MockTestSupport.TestLogic<R,​T extends java.lang.Throwable>

  • Type Parameters:
    R - Return type.
    T - Possible Throwable.
    Enclosing class:
    MockTestSupport

    protected static interface MockTestSupport.TestLogic<R,​T extends java.lang.Throwable>
    Test logic interface.
    • Method Detail

      • run

        R run()
        throws T extends java.lang.Throwable
        Throws:
        T extends java.lang.Throwable