RxSwiftCommunity/RxTestExt

Name: RxTestExt

Owner: RxSwift Community

Description: A collection of operators & tools not found in the core RxTest distribution

Created: 2017-11-07 21:06:05.0

Updated: 2018-05-11 11:14:52.0

Pushed: 2018-01-17 06:34:25.0

Homepage: null

Size: 56

Language: Swift

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

RxTestExt

CircleCI pod

A collection of operators & tools not found in the core RxTest distribution.

Usage

RxTestExt can be used for common unit testing tasks like,

For example:

 testSomething() {
et source = scheduler.record(source: someObservable)
cheduler.bind([next(10, "alpha"), completed(10)],
              to: someObserver)
cheduler.start()
ssert(source).next()
ssert(source).not.error()

Features


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.