| 接口 | 说明 |
|---|---|
| FailsOnJava11 |
Marker interface for tests that fail on Java 11.
|
| FailsWithAdaptiveScheduler |
Marker for explicitly ignoring a test which fails with adaptive scheduler.
|
| SharedReference<T> |
Represents an object managed in a
SharedObjects. |
| 类 | 说明 |
|---|---|
| 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
SharedReferences. |
| SharedObjectsExtension |
This rule allows objects to be used both in the main test case as well as in UDFs by using
serializable
SharedReferences. |
| 注释类型 | 说明 |
|---|---|
| RetryOnException |
Annotation to use with
RetryRule. |
| RetryOnFailure |
Annotation to use with
RetryRule. |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.