Class LifecycleRegister

java.lang.Object
net.serenitybdd.core.lifecycle.LifecycleRegister

public class LifecycleRegister
extends java.lang.Object
  • Constructor Summary

    Constructors 
    Constructor Description
    LifecycleRegister()  
  • Method Summary

    Modifier and Type Method Description
    static void clear()  
    static void invokeMethodsAnnotatedBy​(java.lang.Class<? extends java.lang.annotation.Annotation> lifecycleAnnotation, TestOutcome outcome)  
    static void register​(java.lang.Object object)  

    Methods inherited from class java.lang.Object

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

    • LifecycleRegister

      public LifecycleRegister()
  • Method Details

    • register

      public static void register​(java.lang.Object object)
    • clear

      public static void clear()
    • invokeMethodsAnnotatedBy

      public static void invokeMethodsAnnotatedBy​(java.lang.Class<? extends java.lang.annotation.Annotation> lifecycleAnnotation, TestOutcome outcome)