Interface GradlePluginTestingStrategy

    • Method Detail

      • testingStrategy

        static org.gradle.api.provider.Provider<GradlePluginTestingStrategy> testingStrategy​(org.gradle.api.tasks.testing.Test task)
                                                                                      throws org.gradle.api.UnknownDomainObjectException
        Type-safe accessor to the testingStrategy extension on Test task.
        Parameters:
        task - the test task, must not be null
        Returns:
        a Provider for the testing strategy of the specified Test task.
        Throws:
        org.gradle.api.UnknownDomainObjectException - when testingStrategy extension is not present