jvmMain.eu.codlab.ignore.Ignore.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of test-ignore-jvm Show documentation
Show all versions of test-ignore-jvm Show documentation
Lorcana set descriptions and data
package eu.codlab.ignore
import org.junit.jupiter.api.Disabled
@Target(AnnotationTarget.CLASS, AnnotationTarget.FUNCTION)
actual annotation class IgnoreAndroid
@Target(AnnotationTarget.CLASS, AnnotationTarget.FUNCTION)
actual annotation class IgnoreJs
actual typealias IgnoreJvm = Disabled
© 2015 - 2025 Weber Informatics LLC | Privacy Policy