| Class | Description |
|---|---|
| AbstractComponentIT |
Abstract base class for integration tests.
|
| AbstractParallelTestBenchTest |
Abstract base class for parallel flow TestBench tests.
|
| AbstractTestBenchTest |
Abstract base class for flow TestBench tests.
|
| AbstractValidationTest |
Base class for validation tests of components that implement
HasValidation. |
| AbstractViewTest |
A base class for testing a view using TestBench.
|
| ChromeBrowserTest |
Base class for TestBench tests to run locally in the Chrome browser.
|
| TestBenchHelpers |
Helpers for running testbench tests.
|
| ValidationTestView |
Abstract view class for testing validation with components that implement
HasValidation. |
| ViewOrUITest |
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). |
| Annotation Type | Description |
|---|---|
| LocalExecution |
Allows to configure tests for local execution.
|
| TestPath |
Setup the path to be tested for the tests that extend
AbstractComponentIT. |
Copyright © 2000–2025 Vaadin Ltd. All rights reserved.