Jvm Test Suite
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.
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
Get the test type for this test suite.
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.