Jvm Test Suite Plugin
A org.gradle.api.Plugin that adds extensions for declaring, compiling and running JvmTestSuites.
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
<a href="https://docs. gradle. org/current/userguide/jvm_test_suite_plugin. html">Test Suite plugin reference</a>