Interface TestIdBuilder<T extends TestIdContext>

    • Method Detail

      • buildTestId

        java.lang.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

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