Interface TestIdBuilder<T extends TestIdContext>

All Known Implementing Classes:
CategoryTreeTestIdBuilder, DefaultListViewCellTestIdBuilder, ProductListViewCellTestIdBuilder

public interface TestIdBuilder<T extends TestIdContext>
  • Method Details

    • buildTestId

      String buildTestId(T context)
      Builds a test id according to a TestIdContext.
      Parameters:
      context - A context object which holds information about relevant environment variables.
      Returns:
      A string which will then be applied on a zk component.
    • getContextClass

      Class getContextClass()
      Returns a class object (that implements TestIdContext) which is used to register this id builder at a registry.