noheltcj / RxCommon

Multiplatform implementation of ReactiveX providing a common way to build one set of business logic for native, iOS, Javascript, Android, JVM, and other platforms.
MIT License
82 stars 3 forks source link

Additional integration tests for the DoOnEach operator. #18

Open noheltcj opened 6 years ago

noheltcj commented 6 years ago

Regression/integration tests covering the Source's doOnError and doOnComplete methods including making sure that the operator itself always properly disposes the upstream and removes observers from the emitter when the created disposables are disposed.