| Interface | Description |
|---|---|
| ChromeTests |
Tests that requires Chrome browser for their execution should be annotated
with @
Category(ChromeTests.class so they can be optionally excluded
from the build when needed. |
| IgnoreIE11 |
Tests that should not be run with IE11 should be annotated with @
Category(IgnoreIE11.class) so they can be optionally excluded from
the build when running with IE11. |
| IgnoreNPM |
Tests that should not be run in NPM mode should be annotated with @
Category(IgnoreNPM.class) so they can be optionally excluded from the
build. |
| IgnoreOSGi |
Tests that should not be run inside OSGi container should be annotated with @
Category(IgnoreOSGi.class) so they can be optionally excluded from
the build. |
| PushTests |
Tests which test push functionality should be annotated with
@Category(PushTests.class). |
| ScreenshotTests |
Screenshot tests should be annotated with @
Category(ScreenshotTest.class so they can be optionally excluded from
the build when needed. |
| TestCategory |
Base for classes and interfaces used as a JUnit test category
|
Copyright © 2000–2025 Vaadin Ltd. All rights reserved.