kotest-core / io.kotest.core.spec.style / ExpectSpecDsl

ExpectSpecDsl

interface ExpectSpecDsl : SpecDsl

Types

TestBuilder

class TestBuilder

Functions

context

open fun context(name: String, test: suspend ExpectScope.() -> Unit): Unit

Inheritors

ExpectSpec

abstract class ExpectSpec : DslDrivenSpec, ExpectSpecDsl

ExpectSpecTestFactoryConfiguration

class ExpectSpecTestFactoryConfiguration : TestFactoryConfiguration, ExpectSpecDsl