Class TestClassAnnotations

java.lang.Object
net.serenitybdd.junit.runners.TestClassAnnotations

public class TestClassAnnotations
extends java.lang.Object
Created by john on 4/02/2016.
  • Constructor Summary

    Constructors 
    Constructor Description
    TestClassAnnotations​(java.lang.Class<?> testClass)  
  • Method Summary

    Modifier and Type Method Description
    static TestClassAnnotations forTestClass​(java.lang.Class<?> testClass)  
    boolean toUseAUniqueSession()  

    Methods inherited from class java.lang.Object

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

    • TestClassAnnotations

      public TestClassAnnotations​(java.lang.Class<?> testClass)
  • Method Details

    • forTestClass

      public static TestClassAnnotations forTestClass​(java.lang.Class<?> testClass)
    • toUseAUniqueSession

      public boolean toUseAUniqueSession()