项目作者: nickcruz

项目描述 :
RxJava concurrency testing grounds.
高级语言: Kotlin
项目地址: git://github.com/nickcruz/concurrency.git
创建时间: 2017-09-02T15:47:28Z
项目社区:https://github.com/nickcruz/concurrency

开源协议:

下载


Testing Concurrency in RxJava

This repository contains a basic concurrency test in RxJava. There are several
ways to test concurrency behavior, but this test asserts time.

The main tool used is an RxJava TestScheduler. This helps us manipulate time
over each scheduler and predictably assert our outputs.

For more information, check out the article below:

Companion Article on Medium