toggle menu
gradle
8.11.1
API
switch theme
search in API
gradle
/
org.gradle.testing.base
/
TestSuiteSpec
Test
Suite
Spec
API
@
Incubating
interface
TestSuiteSpec
:
GeneralComponentSpec
(
source
)
A component representing a suite of tests that will be built and executed together.
Inheritors
NativeTestSuiteSpec
Members
Functions
get
Binaries
Link copied to clipboard
API
abstract
fun
getBinaries
(
)
:
ModelMap
<
BinarySpec
>
get
Display
Name
Link copied to clipboard
API
abstract
fun
getDisplayName
(
)
:
String
get
Name
Link copied to clipboard
API
abstract
fun
getName
(
)
:
String
get
Project
Path
Link copied to clipboard
API
abstract
fun
getProjectPath
(
)
:
String
get
Sources
Link copied to clipboard
API
abstract
fun
getSources
(
)
:
ModelMap
<
LanguageSourceSet
>
get
Tested
Component
Link copied to clipboard
API
abstract
fun
getTestedComponent
(
)
:
ComponentSpec
The tested component.
get
Variants
Link copied to clipboard
API
abstract
fun
getVariants
(
)
:
Iterable
<
out
Binary
>
set
Tested
Component
Link copied to clipboard
API
abstract
fun
setTestedComponent
(
testedComponent
:
ComponentSpec
)
Sets the tested component.
testing
Link copied to clipboard
API
abstract
fun
testing
(
testedComponent
:
ComponentSpec
)
Sets the tested component.