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

name.remal.gradle_plugins.dsl.extensions.org.gradle.api.tasks.testing.Test.kt Maven / Gradle / Ivy

package name.remal.gradle_plugins.dsl.extensions

import org.gradle.api.tasks.testing.Test

val Test.isTestFrameworkSet: Boolean get() = null != Test::class.java.getDeclaredField("testFramework").apply { isAccessible = true }.get(this)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy