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