Interface OfficeFrameTestCase.TestCapture<T extends Throwable>

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

protected static interface OfficeFrameTestCase.TestCapture<T extends Throwable>
Test capture interface.
  • Method Summary

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

    • run

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