interface BehaviorSpecDsl : SpecDsl
TestScope |
class TestScope |
Given |
open fun Given(name: String, test: suspend GivenContext.() -> Unit): Unit |
given |
open fun given(name: String, test: suspend GivenContext.() -> Unit): Unit |
BehaviorSpec |
abstract class BehaviorSpec : DslDrivenSpec, BehaviorSpecDsl |
BehaviorSpecTestFactoryConfiguration |
class BehaviorSpecTestFactoryConfiguration : TestFactoryConfiguration, BehaviorSpecDsl |