Join Slack
Communities
Powered by
```fun <T> T.assertSoftly(chunk: T.() -> ...
# kotest-contributors
l
LeoColman
04/30/2020, 12:19 AM
Copy code
fun <T> T.assertSoftly(chunk: T.() -> Unit) { assertSoftly { chunk() } }
Open in Slack
Previous
Next