Interface GraalVMExtension.TestBinaryConfig

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      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.
      void usingSourceSet​(org.gradle.api.tasks.SourceSet testSourceSet)  
    • Method Detail

      • 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)