Package net.thucydides.core.junit
Class SerenityJUnitTestCase
- java.lang.Object
-
- net.thucydides.core.junit.SerenityJUnitTestCase
-
public class SerenityJUnitTestCase extends Object
-
-
Constructor Summary
Constructors Constructor Description SerenityJUnitTestCase(Class<?> testSuite)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SerenityJUnitTestCase
inClass(Class<?> testSuite)
boolean
isAWebTest()
-
-
-
Constructor Detail
-
SerenityJUnitTestCase
public SerenityJUnitTestCase(Class<?> testSuite)
-
-
Method Detail
-
inClass
public static SerenityJUnitTestCase inClass(Class<?> testSuite)
-
isAWebTest
public boolean isAWebTest()
-
-