Interface LogTestSupport.TestCapture<T extends Throwable>

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

public static interface LogTestSupport.TestCapture<T extends Throwable>
Test capture interface.
  • Method Summary

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

    • run

      void run() throws T
      Runs the test logic.
      Throws:
      T - Possible Throwable.