Package org.gradle.api.plugins
Class JvmTestSuitePlugin
java.lang.Object
org.gradle.api.plugins.JvmTestSuitePlugin
A
Plugin
that adds extensions for declaring, compiling and running JvmTestSuite
s.
This plugin provides conventions for several things:
- All other
JvmTestSuite
will use the JUnit Jupiter testing framework unless specified otherwise. - A single test suite target is added to each
JvmTestSuite
.
- Since:
- 7.3
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
DEFAULT_TEST_SUITE_NAME
- See Also:
-
-
Constructor Details
-
JvmTestSuitePlugin
public JvmTestSuitePlugin()
-
-
Method Details