Package dev.petuska.klip.assertions

Functions

Link copied to clipboard
inline suspend fun <T> T.assertKlip(): T

Asserts that the given object matches its respective klip

inline suspend fun <T> T.assertKlip(context: KlipContext): T
Link copied to clipboard
inline fun <T> T.assertKlipBlocking(): T

Asserts that the given object matches its respective klip

inline fun <T> T.assertKlipBlocking(context: KlipContext): T
inline fun <T> T.assertKlipBlocking(): T

Asserts that the given object matches its respective klip

inline fun <T> T.assertKlipBlocking(context: KlipContext): T
Link copied to clipboard
inline suspend fun <T> assertMatchesKlip(actual: T): T

Asserts that the given object matches its respective klip

inline suspend fun <T> assertMatchesKlip(context: KlipContext, actual: T): T
Link copied to clipboard
inline fun <T> assertMatchesKlipBlocking(actual: T): T

Asserts that the given object matches its respective klip

inline fun <T> assertMatchesKlipBlocking(context: KlipContext, actual: T): T
inline fun <T> assertMatchesKlipBlocking(actual: T): T

Asserts that the given object matches its respective klip

inline fun <T> assertMatchesKlipBlocking(context: KlipContext, actual: T): T