Interface OfficeFrameTestCase.TestLogic<R,T extends Throwable>

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

protected static interface OfficeFrameTestCase.TestLogic<R,T extends Throwable>
Test logic interface.
  • Method Summary

    Modifier and Type
    Method
    Description
    run()
    Runs the test logic.
  • Method Details

    • run

      R run() throws T
      Runs the test logic.
      Returns:
      Result.
      Throws:
      T - If test logic fails.