RxTest
Kotlin DSL for easier RxJava testing.
Install / Use
/learn @RubyLichtenstein/RxTestREADME
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.
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
-
Components
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
Bugs and Feedback
For bugs, questions and discussions please use the Github Issues.
Contribution
Welcome :)
Related Skills
gh-issues
346.4kFetch GitHub issues, spawn sub-agents to implement fixes and open PRs, then monitor and address PR review comments. Usage: /gh-issues [owner/repo] [--label bug] [--limit 5] [--milestone v1.0] [--assignee @me] [--fork user/repo] [--watch] [--interval 5] [--reviews-only] [--cron] [--dry-run] [--model glm-5] [--notify-channel -1002381931352]
node-connect
346.4kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
107.2kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
Writing Hookify Rules
107.2kThis skill should be used when the user asks to "create a hookify rule", "write a hook rule", "configure hookify", "add a hookify rule", or needs guidance on hookify rule syntax and patterns.

