Interface TestFailureListener

All Known Implementing Classes:
AppBasedDefaultContextTypesTestingBase, AppBasedTestingBase, AppBasedWebsocketTestingBase, NoAppCustomContextTypesTestingBase, NoAppStartHttpServerCustomContextTypesTestingBase, NoAppStartHttpServerTestingBase, NoAppTestingBase, NoAppWebsocketTestingBase, SpincastTestBase

public interface TestFailureListener
Provides a method that will be called each time a test fails. This can help debuging the problem by setting a breakpoint in that method. To use with SpincastJUnitRunner.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    testFailure(org.junit.runner.notification.Failure failure)
     
  • Method Details

    • testFailure

      void testFailure(org.junit.runner.notification.Failure failure)