gradle
Toggle table of contents
9.1.0-20250628022042+0000
API
Platform filter
API
Switch theme
Search in API
gradle
gradle
/
org.gradle.tooling
/
TestSpec
/
includePackages
include
Packages
API
abstract
fun
includePackages
(
packages
:
Collection
<
String
>
)
:
TestSpec
(
source
)
Adds all tests declared in the target packages to the test execution.
Return
this
Parameters
packages
The target packages.
See also
include
Package(String)