Package com.perfecto.reportium.test
Class TestContext
- java.lang.Object
-
- com.perfecto.reportium.test.TestContext
-
public class TestContext extends Object
Class denoting the test context, e.g. one or all of the following: test suite, CI build number, SCM branch name, ...
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTestContext.Builder<T extends TestContext.Builder<T>>
-
Constructor Summary
Constructors Modifier Constructor Description protectedTestContext(TestContext.Builder builder)TestContext(String... testExecutionTags)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<CustomField>getCustomFields()Set<String>getTestExecutionTags()StringtoString()
-
-
-
Constructor Detail
-
TestContext
public TestContext(String... testExecutionTags)
-
TestContext
protected TestContext(TestContext.Builder builder)
-
-