All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.com.bkahlert.kommons.test.testEnum.kt Maven / Gradle / Ivy

There is a newer version: 2.8.0
Show newest version
package com.bkahlert.kommons.test

/** Asserts the specified [assertions] for each [Enum] entry. */
public inline fun > testEnum(assertions: (E) -> Unit) {
    forAllEnumValues(assertions)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy