SkillAgentSearch skills...

RxTest

Kotlin DSL for easier RxJava testing.

Install / Use

/learn @RubyLichtenstein/RxTest
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

kotlin|Rx |:---:|:---:| <img src="https://github.com/RubyLichtenstein/RxTest/blob/master/art/kotlin_logo.png" alt="kotlin-logo" height="28" width="28"><img src="https://github.com/RubyLichtenstein/RxTest/blob/master/art/rx_logo.png" alt="rx-logo" height="34" width="34">

RxTest - Kotlin DSL for easier RxJava testing.

Build Status codecov Codacy Badge Download Kotlin version badge License Gitter chat Android Arsenal

Main features

  • Clear tests: write clean, readable and simple tests in scala-test 'should style'.
  • Easy to extend: create custom matchers for complex test cases or just for more readable code.
  • Simple to use: same API as RxJava assertions you already know.

Example

Observable.just("Hello RxTest!")
    .test {
        it shouldEmit "Hello RxTest!"
        it should complete()
        it shouldHave noErrors()
    }

Documentation

Download

  • Gradle

dependencies {       
    testImplementation 'com.rubylichtenstein:rxtest:1.0.7'
}
  • Maven

<dependency>
    <groupId>com.rubylichtenstein</groupId>
    <artifactId>rxtest</artifactId>
    <version>1.0.7</version>
    <type>pom</type>
</dependency>

Mentions

androidweekly androidweekly

Bugs and Feedback

For bugs, questions and discussions please use the Github Issues.

Contribution

Welcome :)

Related Skills

View on GitHub
GitHub Stars282
CategoryDevelopment
Updated5mo ago
Forks11

Languages

Kotlin

Security Score

97/100

Audited on Oct 10, 2025

No findings