Class BeforeTestLifecycleEvent

All Implemented Interfaces:
Event, LifecycleEvent
Direct Known Subclasses:
Before

public class BeforeTestLifecycleEvent extends TestLifecycleEvent
Events fired Before the Test method execution
Version:
$Revision: $
Author:
Aslak Knutsen
  • Constructor Details

    • BeforeTestLifecycleEvent

      public BeforeTestLifecycleEvent(Object testInstance, Method testMethod)
      Parameters:
      testInstance - The test case instance being tested
      testMethod - The test method that is about to be executed
    • BeforeTestLifecycleEvent

      public BeforeTestLifecycleEvent(Object testInstance, Method testMethod, LifecycleMethodExecutor executor)
      Parameters:
      testInstance - The test case instance being tested
      testMethod - The test method that is about to be executed
      executor - A call back when the LifecycleMethod represented by this event should be invoked