Hi, would like to add support for assertions dsl in kotlin-test official library, have implemented separately here for personal use. The idea is simple: to enable basic dsl support for people using Junit already and not having them to add just another library.
d
dmitriy.novozhilov
09/01/2022, 4:17 AM
cc @ilya.gorbunov
i
ilya.gorbunov
09/04/2022, 11:55 AM
Sorry, I don't quite get the idea of this proposal. I see that it's some kind of DSL, but why that DSL should be included in kotlin.test?
c
christophsturm
09/05/2022, 8:34 AM
there are more advanced assertion dsls for kotlin with more users, like strikt, or atrium, and i think its ok that they are separate libraries.
a
Alpesh Vas
09/05/2022, 3:25 PM
I understand that @christophsturm, but the idea is: it's for people who avoid adding fat dependency and want to stick to official libraries and want to use just basic assert statements and don't need heavy dsl with 100s of features.
Alpesh Vas
09/05/2022, 3:28 PM
We are using it actively at my current org and it's a good lightweight add-on on top of kotlin-test.