+---------------------------------+
| __ _____ _ __ ___ |
| \ \ / / _ \ | | / / / _ \ |
| \ V / /_\ \| |/ / / /_\ \ |
| \ /| _ || \ | _ | |
| | || | | || |\ \| | | | |
| \_/\_| |_/\_| \_/\_| |_/ |
| |
| Yet Another Kotlin Assertions |
| |
+---------------------------------+
-
Concise and clear assertion code on call site, using infix notation and not overcomplicated.
-
Clear fail reports (not like “expected true but was false”), to facilitate fail investigetion.
-
Separate test assertions library from test runners library and allowing to use assertions with different runners.
The version 1 is being developed for JVM (version 11+).
The version 2 is planned to be multi-platform.
Under construction.
During development, I use IntelliJ Idea to code and build.
Additionally, Gradle is used to build and deploy artifacts. In order to use Gradle wrapper just prepare it by the existing gradle
gradle wrapper
or add the additional repository:
git clone git@github.com:leo-from-spb/gradle.git