Interface TestPlanListener

  • All Implemented Interfaces:

    
    public interface TestPlanListener
    
                        

    Implement this interface to be informed about Test plan being cleared to react to such events.

    Since:

    4.0

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract void beforeTestPlanCleared() Called before current test plan is cleared
      abstract void afterTestPlanCleared() Called after current test plan has been cleared
      abstract void testPlanLoaded() Called after a new test plan has been loaded
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • afterTestPlanCleared

         abstract void afterTestPlanCleared()

        Called after current test plan has been cleared

      • testPlanLoaded

         abstract void testPlanLoaded()

        Called after a new test plan has been loaded