Class SerenityJUnitTestCase

java.lang.Object
net.thucydides.core.junit.SerenityJUnitTestCase

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

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

    Modifier and Type Method Description
    static SerenityJUnitTestCase inClass​(java.lang.Class<?> testSuite)  
    boolean isAWebTest()  

    Methods inherited from class java.lang.Object

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

    • SerenityJUnitTestCase

      public SerenityJUnitTestCase​(java.lang.Class<?> testSuite)
  • Method Details

    • inClass

      public static SerenityJUnitTestCase inClass​(java.lang.Class<?> testSuite)
    • isAWebTest

      public boolean isAWebTest()