Class TestIdBuilderRegistry
- java.lang.Object
-
- de.hybris.platform.cockpit.util.testing.TestIdBuilderRegistry
-
public class TestIdBuilderRegistry extends java.lang.ObjectA Registry to handleTestIdBuilders.
-
-
Constructor Summary
Constructors Constructor Description TestIdBuilderRegistry()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TestIdBuildergetTestIdBuilder(java.lang.Class ctxClass)Returns theTestIdBuilderthat is registered for the specified context class.voidsetIdBuilders(java.util.Collection<TestIdBuilder> builders)Sets the test id builders, should be injected via spring.
-
-
-
Method Detail
-
getTestIdBuilder
public TestIdBuilder getTestIdBuilder(java.lang.Class ctxClass)
Returns theTestIdBuilderthat is registered for the specified context class.- Parameters:
ctxClass- A class object from a subclass ofTestIdContext.
-
setIdBuilders
public void setIdBuilders(java.util.Collection<TestIdBuilder> builders)
Sets the test id builders, should be injected via spring.
-
-