| Dsl |
interface Dsl |
| Pending |
sealed class Pending |
| SubjectDsl |
interface SubjectDsl<T> : Dsl |
| context |
fun Dsl.context(description: String, body: Dsl.() -> Unit): UnitCreates a group. |
| describe |
fun Dsl.describe(description: String, body: Dsl.() -> Unit): UnitCreates a group. |
| given |
fun Dsl.given(description: String, body: Dsl.() -> Unit): UnitCreates a group. |
| it |
fun Dsl.it(description: String, body: () -> Unit): UnitCreates a test. |
| itBehavesLike |
fun <T, K : SubjectSpek<T>> SubjectDsl<*>.itBehavesLike(spec: KClass<K>): UnitAlias for SubjectDsl.includeSubjectSpec. |
| on |
fun Dsl.on(description: String, body: Dsl.() -> Unit): UnitCreates a group. |
| xcontext |
fun Dsl.xcontext(description: String, reason: String? = null, body: Dsl.() -> Unit): UnitCreates a group. |
| xdescribe |
fun Dsl.xdescribe(description: String, reason: String? = null, body: Dsl.() -> Unit): UnitCreates a group. |
| xgiven |
fun Dsl.xgiven(description: String, reason: String? = null, body: Dsl.() -> Unit): UnitCreates a group. |
| xit |
fun Dsl.xit(description: String, reason: String? = null, body: () -> Unit = {}): UnitCreates a pending test. |
| xon |
fun Dsl.xon(description: String, reason: String? = null, body: Dsl.() -> Unit = {}): UnitCreates a pending group. |