Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getTestReportLink (0.24 sec)

  1. platforms/jvm/testing-jvm/src/integTest/groovy/org/gradle/testing/TestReportTaskIntegrationTest.groovy

                'Please use the testResults method instead. ' +
                getTestReportLink("testResults"))
            executer.expectDocumentedDeprecationWarning('The TestReport.destinationDir property has been deprecated. ' +
                'This is scheduled to be removed in Gradle 9.0. Please use the destinationDirectory property instead. ' +
                getTestReportLink("destinationDir"))
            succeeds "testReport"
    
            then:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Sep 18 20:52:40 UTC 2023
    - 16.6K bytes
    - Viewed (0)
Back to top