Uses of Interface
de.hybris.platform.cockpit.util.testing.TestIdContext
-
-
Uses of TestIdContext in de.hybris.platform.cockpit.util
Methods in de.hybris.platform.cockpit.util with parameters of type TestIdContext Modifier and Type Method Description static voidUITools. applyTestID(org.zkoss.zk.ui.Component component, TestIdContext ctx)Applies a test id to aComponentaccording to the specifiedTestIdContextif test id mechanism is enabled. -
Uses of TestIdContext in de.hybris.platform.cockpit.util.testing
Classes in de.hybris.platform.cockpit.util.testing with type parameters of type TestIdContext Modifier and Type Interface Description interfaceTestIdBuilder<T extends TestIdContext> -
Uses of TestIdContext in de.hybris.platform.cockpit.util.testing.impl
Classes in de.hybris.platform.cockpit.util.testing.impl that implement TestIdContext Modifier and Type Class Description classListViewCellTestIdContextA context holding information about a listview cell that can be used by a test id generator. -
Uses of TestIdContext in de.hybris.platform.productcockpit.util.testing.impl
Classes in de.hybris.platform.productcockpit.util.testing.impl that implement TestIdContext Modifier and Type Class Description classCategoryTreeTestIdContext
-