interface ExpectSpecDsl : SpecDsl
TestBuilder |
class TestBuilder |
context |
open fun context(name: String, test: suspend ExpectScope.() -> Unit): Unit |
ExpectSpec |
abstract class ExpectSpec : DslDrivenSpec, ExpectSpecDsl |
ExpectSpecTestFactoryConfiguration |
class ExpectSpecTestFactoryConfiguration : TestFactoryConfiguration, ExpectSpecDsl |