kotest-assertions / io.kotest.properties / verifyNone
verifyNone
inline fun <reified A> verifyNone(noinline fn: PropertyContext.(a: A) -> Boolean): Unit
Deprecated: Deprecated and will be removed in 5.0. Migrate to the new property test classes in 4.0
inline fun <reified A> verifyNone(iterations: Int, noinline fn: PropertyContext.(a: A) -> Boolean): Unit
Deprecated: Deprecated and will be removed in 5.0. Migrate to the new property test classes in 4.0
fun <A> verifyNone(gena: Gen<A>, fn: PropertyContext.(a: A) -> Boolean): Unit
Deprecated: Deprecated and will be removed in 5.0. Migrate to the new property test classes in 4.0
fun <A> Gen<A>.verifyNone(iterations: Int = 1000, fn: PropertyContext.(a0: A) -> Boolean): Unit
Deprecated: Deprecated and will be removed in 5.0. Migrate to the new property test classes in 4.0
fun <A> Gen<A>.verifyNone(iterations: Int = 1000, fn: PropertyContext.(a0: A, a1: A) -> Boolean): Unit
Deprecated: Deprecated and will be removed in 5.0. Migrate to the new property test classes in 4.0
fun <A> Gen<A>.verifyNone(iterations: Int = 1000, fn: PropertyContext.(a0: A, a1: A, a2: A) -> Boolean): Unit
Deprecated: Deprecated and will be removed in 5.0. Migrate to the new property test classes in 4.0
fun <A> Gen<A>.verifyNone(iterations: Int = 1000, fn: PropertyContext.(a0: A, a1: A, a2: A, a3: A) -> Boolean): Unit
Deprecated: Deprecated and will be removed in 5.0. Migrate to the new property test classes in 4.0
fun <A> Gen<A>.verifyNone(iterations: Int = 1000, fn: PropertyContext.(a0: A, a1: A, a2: A, a3: A, a4: A) -> Boolean): Unit
Deprecated: Deprecated and will be removed in 5.0. Migrate to the new property test classes in 4.0
fun <A> Gen<A>.verifyNone(iterations: Int = 1000, fn: PropertyContext.(a0: A, a1: A, a2: A, a3: A, a4: A, a5: A) -> Boolean): Unit
Deprecated: Deprecated and will be removed in 5.0. Migrate to the new property test classes in 4.0
fun <A> verifyNone(iterations: Int, gena: Gen<A>, fn: PropertyContext.(a: A) -> Boolean): Unit
Deprecated: Deprecated and will be removed in 5.0. Migrate to the new property test classes in 4.0
inline fun <reified A, reified B> verifyNone(noinline fn: PropertyContext.(a: A, b: B) -> Boolean): Unit
Deprecated: Deprecated and will be removed in 5.0. Migrate to the new property test classes in 4.0
inline fun <reified A, reified B> verifyNone(iterations: Int, noinline fn: PropertyContext.(a: A, b: B) -> Boolean): Unit
Deprecated: Deprecated and will be removed in 5.0. Migrate to the new property test classes in 4.0
fun <A, B> verifyNone(gena: Gen<A>, genb: Gen<B>, fn: PropertyContext.(a: A, b: B) -> Boolean): Unit
Deprecated: Deprecated and will be removed in 5.0. Migrate to the new property test classes in 4.0
fun <A, B> verifyNone(iterations: Int, gena: Gen<A>, genb: Gen<B>, fn: PropertyContext.(a: A, b: B) -> Boolean): Unit
Deprecated: Deprecated and will be removed in 5.0. Migrate to the new property test classes in 4.0
inline fun <reified A, reified B, reified C> verifyNone(noinline fn: PropertyContext.(a: A, b: B, c: C) -> Boolean): Unit
Deprecated: Deprecated and will be removed in 5.0. Migrate to the new property test classes in 4.0
inline fun <reified A, reified B, reified C> verifyNone(iterations: Int, noinline fn: PropertyContext.(a: A, b: B, c: C) -> Boolean): Unit
Deprecated: Deprecated and will be removed in 5.0. Migrate to the new property test classes in 4.0
fun <A, B, C> verifyNone(gena: Gen<A>, genb: Gen<B>, genc: Gen<C>, fn: PropertyContext.(a: A, b: B, c: C) -> Boolean): Unit
Deprecated: Deprecated and will be removed in 5.0. Migrate to the new property test classes in 4.0
fun <A, B, C> verifyNone(iterations: Int, gena: Gen<A>, genb: Gen<B>, genc: Gen<C>, fn: PropertyContext.(a: A, b: B, c: C) -> Boolean): Unit
Deprecated: Deprecated and will be removed in 5.0. Migrate to the new property test classes in 4.0
inline fun <reified A, reified B, reified C, reified D> verifyNone(noinline fn: PropertyContext.(a: A, b: B, c: C, D) -> Boolean): Unit
Deprecated: Deprecated and will be removed in 5.0. Migrate to the new property test classes in 4.0
inline fun <reified A, reified B, reified C, reified D> verifyNone(iterations: Int, noinline fn: PropertyContext.(a: A, b: B, c: C, D) -> Boolean): Unit
Deprecated: Deprecated and will be removed in 5.0. Migrate to the new property test classes in 4.0
fun <A, B, C, D> verifyNone(gena: Gen<A>, genb: Gen<B>, genc: Gen<C>, gend: Gen<D>, fn: PropertyContext.(a: A, b: B, c: C, d: D) -> Boolean): Unit
Deprecated: Deprecated and will be removed in 5.0. Migrate to the new property test classes in 4.0
fun <A, B, C, D> verifyNone(iterations: Int, gena: Gen<A>, genb: Gen<B>, genc: Gen<C>, gend: Gen<D>, fn: PropertyContext.(a: A, b: B, c: C, d: D) -> Boolean): Unit
Deprecated: Deprecated and will be removed in 5.0. Migrate to the new property test classes in 4.0
inline fun <reified A, reified B, reified C, reified D, reified E> verifyNone(noinline fn: PropertyContext.(a: A, b: B, c: C, d: D, e: E) -> Boolean): Unit
Deprecated: Deprecated and will be removed in 5.0. Migrate to the new property test classes in 4.0
inline fun <reified A, reified B, reified C, reified D, reified E> verifyNone(iterations: Int, noinline fn: PropertyContext.(a: A, b: B, c: C, d: D, e: E) -> Boolean): Unit
Deprecated: Deprecated and will be removed in 5.0. Migrate to the new property test classes in 4.0
fun <A, B, C, D, E> verifyNone(gena: Gen<A>, genb: Gen<B>, genc: Gen<C>, gend: Gen<D>, gene: Gen<E>, fn: PropertyContext.(a: A, b: B, c: C, d: D, e: E) -> Boolean): Unit
Deprecated: Deprecated and will be removed in 5.0. Migrate to the new property test classes in 4.0
fun <A, B, C, D, E> verifyNone(iterations: Int, gena: Gen<A>, genb: Gen<B>, genc: Gen<C>, gend: Gen<D>, gene: Gen<E>, fn: PropertyContext.(a: A, b: B, c: C, d: D, e: E) -> Boolean): Unit
Deprecated: Deprecated and will be removed in 5.0. Migrate to the new property test classes in 4.0
inline fun <reified A, reified B, reified C, reified D, reified E, reified F> verifyNone(noinline fn: PropertyContext.(a: A, b: B, c: C, d: D, e: E, f: F) -> Boolean): Unit
Deprecated: Deprecated and will be removed in 5.0. Migrate to the new property test classes in 4.0
inline fun <reified A, reified B, reified C, reified D, reified E, reified F> verifyNone(iterations: Int, noinline fn: PropertyContext.(a: A, b: B, c: C, d: D, e: E, f: F) -> Boolean): Unit
Deprecated: Deprecated and will be removed in 5.0. Migrate to the new property test classes in 4.0
fun <A, B, C, D, E, F> verifyNone(gena: Gen<A>, genb: Gen<B>, genc: Gen<C>, gend: Gen<D>, gene: Gen<E>, genf: Gen<F>, fn: PropertyContext.(a: A, b: B, c: C, d: D, e: E, f: F) -> Boolean): Unit
Deprecated: Deprecated and will be removed in 5.0. Migrate to the new property test classes in 4.0
fun <A, B, C, D, E, F> verifyNone(iterations: Int, gena: Gen<A>, genb: Gen<B>, genc: Gen<C>, gend: Gen<D>, gene: Gen<E>, genf: Gen<F>, fn: PropertyContext.(a: A, b: B, c: C, d: D, e: E, f: F) -> Boolean): Unit
Deprecated: Deprecated and will be removed in 5.0. Migrate to the new property test classes in 4.0