Package io.jmix.flowui.sys
Class UiTestIdManagerImpl
java.lang.Object
io.jmix.flowui.sys.UiTestIdManagerImpl
- All Implemented Interfaces:
UiTestIdManager
@Component("flowui_UiTestIdManagerImpl")
public class UiTestIdManagerImpl
extends Object
implements UiTestIdManager
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongenerateUiTestId
(com.vaadin.flow.component.Component component)
-
Constructor Details
-
UiTestIdManagerImpl
public UiTestIdManagerImpl()
-
-
Method Details
-
generateUiTestId
- Specified by:
generateUiTestId
in interfaceUiTestIdManager
- Parameters:
component
- component for calculating static ID attribute for testing- Returns:
- UI test ID calculated based on the type and state of the passed component
-