Class TestConfiguration
- java.lang.Object
-
- net.serenitybdd.junit5.extension.page.TestConfiguration
-
public class TestConfiguration extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTestConfiguration.TestConfigurationBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TestConfiguration.TestConfigurationBuilderforClass(java.lang.Class<?> testClass)booleanisAWebTest()booleanshouldClearTheBrowserSession()
-
-
-
Method Detail
-
forClass
public static TestConfiguration.TestConfigurationBuilder forClass(java.lang.Class<?> testClass)
-
shouldClearTheBrowserSession
public boolean shouldClearTheBrowserSession()
-
isAWebTest
public boolean isAWebTest()
-
-