toggle menu
gradle
8.11.1
API
switch theme
search in API
gradle
/
org.gradle.nativeplatform.test
/
NativeTestSuiteSpec
Native
Test
Suite
Spec
API
@
Incubating
interface
NativeTestSuiteSpec
:
TestSuiteSpec
,
NativeComponentSpec
(
source
)
A component representing a suite of tests that will be executed together.
Since
4.2
Inheritors
CUnitTestSuiteSpec
GoogleTestTestSuiteSpec
Members
Functions
get
Base
Name
Link copied to clipboard
API
abstract
fun
getBaseName
(
)
:
String
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
(
)
:
NativeComponentSpec
get
Variants
Link copied to clipboard
API
abstract
fun
getVariants
(
)
:
Iterable
<
out
Binary
>
set
Base
Name
Link copied to clipboard
API
abstract
fun
setBaseName
(
baseName
:
String
)
set
Tested
Component
Link copied to clipboard
API
abstract
fun
setTestedComponent
(
testedComponent
:
ComponentSpec
)
testing
Link copied to clipboard
API
abstract
fun
testing
(
testedComponent
:
ComponentSpec
)