kotest-core
/
io.kotest.core.spec.style
/
DescribeSpecDsl
/
DescribeScope
/
describe
describe
suspend
fun
describe
(
name
:
String
,
test
:
suspend
DescribeScope
.
(
)
->
Unit
)
:
Unit