dmcg
mkobit
minutest
inline fun <reified T> testFactory(noinline builder: TestContextBuilder<Unit, T>.() -> Unit): Stream<out DynamicNode> = testFactoryFor( rootContext(builder = builder) )
JUnit5Minutests
rootContext
DynamicTest.dynamicTest
DynamicContainer.dynamicContainer
@TestFactory fun `some test method`(): Stream<out DynamicNode> = Stream.of(...)
testFactory
A modern programming language that makes developers happier.