A playground to gain a wider and deeper knowledge of the libraries in the Kotlin ecosystem. Also the official sample for gradle refreshVersions.
180
stars
57
forks
source link
Sample wanted for kotest/kotest (assertions only) #81
Closed
jmfayard closed 4 years ago
About the library
What the sample could do
For kotest, we have good examples of the different testing style from kotest (
StringSpec
,FreeSpec
, ...) But we don't have good examples of matchers.Show case the assertions from kotest much better that we currently do.
Takee inspiration from testing.asserts.KluentTests
It would be nice to have examples of:
Wants to contribute the sample?