All Classes and Interfaces
Class
Description
Abstract base class for integration tests.
Abstract base class for parallel flow TestBench tests.
Abstract base class for flow TestBench tests.
Base class for validation tests of components that implement
HasValidation.A base class for testing a view using TestBench.
Base class for TestBench tests to run locally in the Chrome browser.
Base class for TestBench tests to run in Chrome with customized options,
which enable device emulation mode by default.
Identifies the ephemeral port range for a given environment.
Fixed port range for when a defined can not be calculated.
Calculate the available port range for linux system or the default fixed
range if ip_local_port_range is not defined.
Allows to configure tests for local execution.
Class for determining a free localhost port that is not used by any ipv4 or
ipv6 interfaces.
Helpers for running testbench tests.
Setup the path to be tested for the tests that extend
AbstractComponentIT.Abstract view class for testing validation with components that implement
HasValidation.Base class for TestBench tests which use a UI/View matched to the test name
according to the convention (remove
IT, add View or
UI).