jvmMain.kotools.assert.JvmAnnotations.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of assert Show documentation
Show all versions of assert Show documentation
Lightweight and elegant assertions library.
The newest version!
package kotools.assert
import org.junit.jupiter.api.Nested
import org.junit.jupiter.api.Test
@SinceKotoolsAssert("2.1")
public typealias Nested = Nested
@SinceKotoolsAssert("2.1")
public typealias Test = Test