-
-
-
Annotation Types Summary
| Annotation Type |
Description |
| PerfTest |
@PerfTest is used to signal that the annotated test class or method is performance test,
and is disabled unless enabled via setting the TEST_PERF_ENABLED environment variable to
true.
|
| SlowTest |
@SlowTest is used to signal that the annotated test class or test method is slow running
and will be disabled unless enabled via setting the TEST_SLOW_ENABLED environment
variable to true.
|
Package io.rsocket.test Description
Utilities for testing RSocket components.