|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | PROPERTY | CONSTR | METHOD | DETAIL: FIELD | PROPERTY | CONSTR | METHOD |
java.lang.Object org.gradle.api.internal.ConventionTask org.gradle.nativebinaries.test.tasks.RunTestExecutable
@Incubating class RunTestExecutable extends ConventionTask
Runs a compiled and installed test executable.
Property Summary | |
---|---|
boolean |
ignoreFailures
Should the build continue if a test fails, or should the build break? |
File |
outputDir
The directory where the results should be generated. |
File |
testExecutable
The executable binary to run. |
Constructor Summary | |
RunTestExecutable()
|
Method Summary | |
---|---|
void
|
exec()
|
Property Detail |
---|
@Input boolean ignoreFailures
@OutputDirectory File outputDir
@InputFile File testExecutable
Constructor Detail |
---|
RunTestExecutable()
Method Detail |
---|
@TaskAction void exec()
Gradle API 1.12