Class CategoryTreeTestIdBuilder
java.lang.Object
de.hybris.platform.productcockpit.util.testing.impl.CategoryTreeTestIdBuilder
- All Implemented Interfaces:
TestIdBuilder<CategoryTreeTestIdContext>
public class CategoryTreeTestIdBuilder
extends Object
implements TestIdBuilder<CategoryTreeTestIdContext>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuildTestId(CategoryTreeTestIdContext 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.
-
Constructor Details
-
CategoryTreeTestIdBuilder
public CategoryTreeTestIdBuilder()
-
-
Method Details
-
buildTestId
Description copied from interface:TestIdBuilderBuilds a test id according to aTestIdContext.- Specified by:
buildTestIdin interfaceTestIdBuilder<CategoryTreeTestIdContext>- 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
Description copied from interface:TestIdBuilderReturns a class object (that implementsTestIdContext) which is used to register this id builder at a registry.- Specified by:
getContextClassin interfaceTestIdBuilder<CategoryTreeTestIdContext>
-