Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
robfletcher committed Jan 26, 2021
1 parent d80d50f commit 41e5929
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Strikt

Strikt is an assertion library for Kotlin intended for use with a test runner such as [JUnit](https://junit.org/junit5/), [Spek](http://spekframework.org/), or [KotlinTest](https://github.com/kotlintest/kotlintest)
Strikt is an assertion library for Kotlin intended for use with a test runner such as [JUnit](https://junit.org/junit5/), [Minutest](https://github.com/dmcg/minutest), [Spek](http://spekframework.org/), or [KotlinTest](https://github.com/kotlintest/kotlintest).

Strikt uses a fluent assertion style similar to [AssertJ](https://assertj.github.io/doc/) but leverages Kotlin's type system and extension functions rather than needing a complex hierarchy of assertion builder classes.

Strikt is under development, but 100% usable.
The API may change until a [version 1.0](https://github.com/robfletcher/strikt/milestone/1) is released.
Expand Down Expand Up @@ -63,7 +65,7 @@ dependencies {

## Using Strikt

Please see the [project documentation](https://strikt.io/) and [API docs](https://strikt.io/api/strikt-core).
Please see the [project documentation](https://strikt.io/) and [API docs](https://strikt.io/modules/core/).

## Community

Expand Down

0 comments on commit 41e5929

Please sign in to comment.