Interface UiTestIdManager

All Known Implementing Classes:
UiTestIdManagerImpl

public interface UiTestIdManager
Manager for calculating a special static ID attribute for testing.
  • Method Summary

    Modifier and Type
    Method
    Description
    generateUiTestId(com.vaadin.flow.component.Component component)
     
  • Method Details

    • generateUiTestId

      @Nullable String generateUiTestId(com.vaadin.flow.component.Component component)
      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