File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 66
77assertk is a fluent assertion library for Kotlin inspired by [ AssertJ] ( https://github.com/assertj/assertj-core ) .
88
9- - [ Documentation] ( https://willowtreeapps .github.io/assertk/assertk/assertk.assertions/index.html )
9+ - [ Documentation] ( https://assertk-org .github.io/assertk/assertk/assertk.assertions/index.html )
1010
1111## Why another assertion library?
1212
@@ -80,7 +80,7 @@ class PersonTest {
8080```
8181
8282You can see all built-in assertions in
83- the [ docs] ( https://willowtreeapps .github.io/assertk/assertk/assertk.assertions/index.html ) .
83+ the [ docs] ( https://assertk-org .github.io/assertk/assertk/assertk.assertions/index.html ) .
8484
8585### Nullability
8686
Original file line number Diff line number Diff line change 11# assertk-coroutines
22
33This lib adds some assertions for coroutines/flow. You can see all built-in assertions in the
4- [ docs] ( https://willowtreeapps .github.io/assertk/javadoc/assertk-coroutines/assertk-coroutines/assertk.coroutines.assertions/index.html ) .
4+ [ docs] ( https://assertk-org .github.io/assertk/javadoc/assertk-coroutines/assertk-coroutines/assertk.coroutines.assertions/index.html ) .
55
66## Setup
77
You can’t perform that action at this time.
0 commit comments