Interface GraalVMExtension.TestBinaryConfig
- All Known Implementing Classes:
DefaultTestBinaryConfig
- Enclosing interface:
- GraalVMExtension
public static interface GraalVMExtension.TestBinaryConfig
-
Method Summary
Modifier and TypeMethodDescriptionvoid
forTestTask
(org.gradle.api.tasks.TaskProvider<org.gradle.api.tasks.testing.Test> jvmTestTask) Sets the JVM test task which corresponds to the native test that we're configuring.void
usingSourceSet
(org.gradle.api.tasks.SourceSet testSourceSet)
-
Method Details
-
forTestTask
void forTestTask(org.gradle.api.tasks.TaskProvider<org.gradle.api.tasks.testing.Test> jvmTestTask) Sets the JVM test task which corresponds to the native test that we're configuring.- Parameters:
jvmTestTask
- an existing JVM test task
-
usingSourceSet
void usingSourceSet(org.gradle.api.tasks.SourceSet testSourceSet)
-