CLOVIS
10/16/2023, 4:23 PMsam
10/16/2023, 4:29 PMCLOVIS
10/16/2023, 4:30 PM@Test
annotation. Since Kotest is able to declare tests in loops/conditions, then it can't be doing it like that. So how does it work?sam
10/16/2023, 4:30 PMCLOVIS
10/16/2023, 4:34 PM@Test
fun StringSpecScope.myTestSuite() {
...
}
Oliver.O
10/16/2023, 4:45 PMCLOVIS
10/16/2023, 4:47 PMOliver.O
10/16/2023, 4:50 PMsam
10/16/2023, 5:25 PMval mytest = funSpec {
// test here
}
And it worked. Each test being a value. But until jetbrains make compiler plugins and kotlin scripts stable, things are changing too rapidly to build on this for a public release.