Interface | Description |
---|---|
FailsInGHAContainerWithRootUser |
Collects tests that fail in GitHub Actions workflows that execute the tests in containers as a
root user.
|
FailsOnJava11 |
Marker interface for tests that fail on Java 11.
|
FailsOnJava17 |
Marker interface for tests that fail on Java 17.
|
FailsWithAdaptiveScheduler |
Marker for explicitly ignoring a test which fails with adaptive scheduler.
|
SharedReference<T> |
Represents an object managed in a
SharedObjects . |
Class | Description |
---|---|
RetryRule |
A rule to retry failed tests for a fixed number of times.
|
SharedObjects |
This rule allows objects to be used both in the main test case as well as in UDFs by using
serializable
SharedReference s. |
SharedObjectsExtension |
This rule allows objects to be used both in the main test case as well as in UDFs by using
serializable
SharedReference s. |
Annotation Type | Description |
---|---|
RetryOnException |
Annotation to use with
RetryRule . |
RetryOnFailure |
Annotation to use with
RetryRule . |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.