Class DefaultTestBinaryConfig

    • Nested Class Summary

      • Nested classes/interfaces inherited from interface org.gradle.api.Named

        org.gradle.api.Named.Namer
    • Method Summary

      All Methods Instance Methods Concrete 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.
      java.lang.String getName()  
      org.gradle.api.tasks.SourceSet getSourceSet()  
      org.gradle.api.tasks.TaskProvider<org.gradle.api.tasks.testing.Test> getTestTask()  
      void usingSourceSet​(org.gradle.api.tasks.SourceSet testSourceSet)  
      DefaultTestBinaryConfig validate()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DefaultTestBinaryConfig

        @Inject
        public DefaultTestBinaryConfig​(java.lang.String name)
    • Method Detail

      • forTestTask

        public void forTestTask​(org.gradle.api.tasks.TaskProvider<org.gradle.api.tasks.testing.Test> jvmTestTask)
        Description copied from interface: GraalVMExtension.TestBinaryConfig
        Sets the JVM test task which corresponds to the native test that we're configuring.
        Specified by:
        forTestTask in interface GraalVMExtension.TestBinaryConfig
        Parameters:
        jvmTestTask - an existing JVM test task
      • getName

        public java.lang.String getName()
        Specified by:
        getName in interface org.gradle.api.Named
      • getTestTask

        public org.gradle.api.tasks.TaskProvider<org.gradle.api.tasks.testing.Test> getTestTask()
      • getSourceSet

        public org.gradle.api.tasks.SourceSet getSourceSet()