类 | 说明 |
---|---|
AssemblyTraceBenchmark | |
CheckpointBenchmark | |
HooksTraceTest | |
ReactorLauncherSessionListener | |
ReactorTestExecutionListener |
A custom TestExecutionListener that helps with tests in reactor:
resets
Hooks once a test is finished, making sure no dirty state remains,
resets Schedulers related infrastructure, making sure no dirty state remains,
installs custom assertJ Representation for some of reactor types,
installs a custom Logger factory very early in the suite lifecycle, so that loggers
in reactor (which are typically static members initialized early) can be diverted and asserted in tests. |
TailCallBenchmark |