public interface TestIdBuilder<T extends TestIdContext>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
buildTestId(T context)
Builds a test id according to a
TestIdContext. |
java.lang.Class |
getContextClass()
Returns a class object (that implements
TestIdContext) which is used to register this id builder at a
registry. |
java.lang.String buildTestId(T context)
TestIdContext.context - A context object which holds information about relevant environment variables.java.lang.Class getContextClass()
TestIdContext) which is used to register this id builder at a
registry.Copyright © 2018 SAP SE. All Rights Reserved.