程序包 | 说明 |
---|---|
reactor.core.publisher | |
reactor.test.publisher |
Components supporting the creation of test-oriented
Publishers . |
类和说明 |
---|
BaseOperatorTest |
FluxOperatorTest |
MonoOperatorTest |
ParallelOperatorTest |
ReduceOperatorTest |
类和说明 |
---|
BaseOperatorTest |
FluxOperatorTest.Scenario |
MonoOperatorTest.Scenario |
OperatorScenario |
ParallelOperatorTest.Scenario |
PublisherProbe |
ReduceOperatorTest.Scenario |
TestPublisher
A
Publisher that you can directly manipulate, triggering
onNext , onComplete and
onError events, for testing purposes. |
TestPublisher.Violation
Possible misbehavior for a
TestPublisher . |