Hi newbie to mutliplatform On the JVM using junit...
# multiplatform
r
Hi newbie to mutliplatform On the JVM using junit5 there is the option to produce dynamic tests, using
@TestFactory
annotation. Is there something similar for
commonTest
code? It seems that
kotlin.test
has only the some essential annotations. Thanks