Jvm
    A test suite is a collection of JVM-based tests.
Each test suite consists of
- A SourceSet
- A set of compile and runtime dependencies
- One or more targets
- A testing framework
Based on the testing framework declared, Gradle will automatically add the appropriate dependencies and configure the underlying test task.
The default test suite (named DEFAULT_TEST_SUITE_NAME) will default to using the JUnit 4 test framework for backwards compatibility. Any other test suite will default to using the JUnit Jupiter test framework.
Since
7.3
Functions
Link copied to clipboard
                  Configure dependencies for this component.
Link copied to clipboard
                  Link copied to clipboard
                  Dependency handler for this component.
Link copied to clipboard
                  Returns the container of JvmTestSuiteTarget objects part of this suite.
Link copied to clipboard
                  Collection of test suite targets.
Link copied to clipboard
                  Use the JUnit Jupiter testing framework.
Use the JUnit Jupiter testing framework with a specific version.
Link copied to clipboard
                  Use the kotlin.test testing framework.
Use the kotlin.test testing framework with a specific version.
Link copied to clipboard
                  Use the Spock Framework testing framework.
Use the Spock Framework testing framework with a specific version.