Package net.serenitybdd.junit.runners
Class TestConfiguration
java.lang.Object
net.serenitybdd.junit.runners.TestConfiguration
public class TestConfiguration
extends java.lang.Object
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTestConfiguration.TestConfigurationBuilder -
Constructor Summary
Constructors Constructor Description TestConfiguration(java.lang.Class<?> testClass, Configuration configuration) -
Method Summary
Modifier and Type Method Description static TestConfiguration.TestConfigurationBuilderforClass(java.lang.Class<?> testClass)booleanisAWebTest()protected booleanisUniqueSession()Deprecated.booleanshouldClearMetadata()booleanshouldClearTheBrowserSession()booleanshouldResetStepLibraries()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
TestConfiguration
-
-
Method Details
-
shouldClearMetadata
public boolean shouldClearMetadata() -
forClass
-
isUniqueSession
@Deprecated protected boolean isUniqueSession()Deprecated. -
shouldClearTheBrowserSession
public boolean shouldClearTheBrowserSession() -
shouldResetStepLibraries
public boolean shouldResetStepLibraries() -
isAWebTest
public boolean isAWebTest()
-