Class BaseController<T extends BaseController<T>>

    • Method Detail

      • children

        public T children​(BaseThreadGroup.ThreadGroupChild... children)
        Allows specifying children elements that are affected by this controller.

        This method is helpful to keep general controller settings at the beginning and specify children at last.

        Overrides:
        children in class TestElementContainer<T extends BaseController<T>,​BaseThreadGroup.ThreadGroupChild>
        Parameters:
        children - set of elements to be included in the controller. This list is appended to any children defined in controller builder method.
        Returns:
        a new controller instance for further configuration or usage.
        Since:
        1.0