Interface TestIdBuilder<T extends TestIdContext>
- All Known Implementing Classes:
CategoryTreeTestIdBuilder,DefaultListViewCellTestIdBuilder,ProductListViewCellTestIdBuilder
public interface TestIdBuilder<T extends TestIdContext>
-
Method Summary
Modifier and TypeMethodDescriptionbuildTestId(T context) Builds a test id according to aTestIdContext.Returns a class object (that implementsTestIdContext) which is used to register this id builder at a registry.
-
Method Details
-
buildTestId
Builds a test id according to aTestIdContext.- Parameters:
context- A context object which holds information about relevant environment variables.- Returns:
- A string which will then be applied on a zk component.
-
getContextClass
Class getContextClass()Returns a class object (that implementsTestIdContext) which is used to register this id builder at a registry.
-