Interface IpsTestListener

All Known Implementing Classes:
AbstractIpsTestRunner, CmdLineIpsTestRunner, IpsTestCaseJUnit5Adapter, IpsTestCaseJUnitAdapter, SocketIpsTestRunner

public interface IpsTestListener
Author:
Jan Ortmann
  • Method Details

    • testStarted

      void testStarted(IpsTest2 test)
    • testFinished

      void testFinished(IpsTest2 test)
    • testFailureOccured

      void testFailureOccured(IpsTestFailure failure)