gradle
Toggle table of contents
9.1.0-20250628022042+0000
API
Platform filter
API
Switch theme
Search in API
gradle
gradle
/
org.gradle.testing.base
/
TestSuite
Test
Suite
API
@
Incubating
interface
TestSuite
:
Named
(
source
)
Base test suite component. A test suite is a collection of tests.
Since
7.3
Inheritors
JvmTestSuite
Members
Functions
get
Name
Link copied to clipboard
API
abstract
fun
getName
(
)
:
String
get
Targets
Link copied to clipboard
API
abstract
fun
getTargets
(
)
:
DomainObjectCollection
<
out
TestSuiteTarget
>
Available targets for this test suite.