Interface OfficeFrameTestCase.MultithreadedTestLogic<T extends Throwable>

Type Parameters:
T - Possible Throwable.
Enclosing class:
OfficeFrameTestCase

protected static interface OfficeFrameTestCase.MultithreadedTestLogic<T extends Throwable>
Multi-threaded test logic interface.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    run()
    Runs the multi-threaded test logic.
  • Method Details

    • run

      void run() throws T
      Runs the multi-threaded test logic.
      Throws:
      T - If test logic fails.