Skip to content

Introduction

Ruby Lichtenshtein edited this page Jan 5, 2018 · 5 revisions

RxTest is a Kotlin library for testing RxJava.

Main features

  • Clear tests: write clean, readable and simple tests in the beautiful scala test should style.
  • Easy to extend: create custom matchers for more complex scenarios or just for more readable tests.
  • Simple to use: same api as native RxJava assertions you already know.

Clone this wiki locally