Unit Spec
Constructors
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Content copied to clipboard
Link copied to clipboard
fun aroundTest(aroundTestFn: suspend (Tuple2<TestCase, suspend (TestCase) -> TestResult>) -> TestResult)
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
suspend fun checkAll(property: suspend PropertyContext.() -> Unit): PropertyContext
Content copied to clipboard
suspend fun <A> checkAll(genA: Arb<A>, property: suspend PropertyContext.(A) -> Unit): PropertyContext
Content copied to clipboard
suspend fun <A, B> checkAll(genA: Arb<A>, genB: Arb<B>, property: suspend PropertyContext.(A, B) -> Unit): PropertyContext
Content copied to clipboard
suspend fun <A, B, C> checkAll(genA: Arb<A>, genB: Arb<B>, genC: Arb<C>, property: suspend PropertyContext.(A, B, C) -> Unit): PropertyContext
Content copied to clipboard
suspend fun <A, B, C, D> checkAll(genA: Arb<A>, genB: Arb<B>, genC: Arb<C>, genD: Arb<D>, property: suspend PropertyContext.(A, B, C, D) -> Unit): PropertyContext
Content copied to clipboard
suspend fun <A, B, C, D, E> checkAll(genA: Arb<A>, genB: Arb<B>, genC: Arb<C>, genD: Arb<D>, genE: Arb<E>, property: suspend PropertyContext.(A, B, C, D, E) -> Unit): PropertyContext
Content copied to clipboard
suspend fun <A, B, C, D, E, F> checkAll(genA: Arb<A>, genB: Arb<B>, genC: Arb<C>, genD: Arb<D>, genE: Arb<E>, genF: Arb<F>, property: suspend PropertyContext.(A, B, C, D, E, F) -> Unit): PropertyContext
Content copied to clipboard
suspend fun <A, B, C, D, E, F, G> checkAll(gena: Arb<A>, genb: Arb<B>, genc: Arb<C>, gend: Arb<D>, gene: Arb<E>, genf: Arb<F>, geng: Arb<G>, fn: suspend PropertyContext.(A, B, C, D, E, F, G) -> Unit)
Content copied to clipboard
suspend fun <A, B, C, D, E, F, G, H> checkAll(gena: Arb<A>, genb: Arb<B>, genc: Arb<C>, gend: Arb<D>, gene: Arb<E>, genf: Arb<F>, geng: Arb<G>, genh: Arb<H>, fn: suspend PropertyContext.(A, B, C, D, E, F, G, H) -> Unit)
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun String.config(enabled: Boolean?, invocations: Int?, threads: Int?, tags: Set<Tag>?, timeout: Duration?, extensions: List<TestCaseExtension>?, enabledIf: EnabledIf?, invocationTimeout: Duration?, severity: TestCaseSeverityLevel?, enabledOrReasonIf: EnabledOrReasonIf?, coroutineDebugProbes: Boolean?, blockingTest: Boolean?, test: suspend TestScope.() -> Unit)
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun finalizeSpec(f: suspend (Tuple2<KClass<out Spec>, Map<TestCase, TestResult>>) -> Unit)
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun <A> Arb.Companion.nonEmptyList(arb: Arb<A>, depth: Int = maxDepth): Arb<NonEmptyList<A>>
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard