Class TestIdBuilderRegistry
java.lang.Object
de.hybris.platform.cockpit.util.testing.TestIdBuilderRegistry
A Registry to handle
TestIdBuilders.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetTestIdBuilder(Class ctxClass) Returns theTestIdBuilderthat is registered for the specified context class.voidsetIdBuilders(Collection<TestIdBuilder> builders) Sets the test id builders, should be injected via spring.
-
Constructor Details
-
TestIdBuilderRegistry
public TestIdBuilderRegistry()
-
-
Method Details
-
getTestIdBuilder
Returns theTestIdBuilderthat is registered for the specified context class.- Parameters:
ctxClass- A class object from a subclass ofTestIdContext.
-
setIdBuilders
Sets the test id builders, should be injected via spring.
-