Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for writeProductionSourceFile (0.18 sec)

  1. platforms/jvm/jacoco/src/testFixtures/groovy/org/gradle/testing/jacoco/plugins/fixtures/JavaProjectUnderTest.groovy

                dependencies {
                    testImplementation 'junit:junit:4.13'
                }
            """
            this
        }
    
        JavaProjectUnderTest writeSourceFiles(int count = 1) {
            writeProductionSourceFile(count)
            writeTestSourceFile('src/test/java', count)
            this
        }
    
        JavaProjectUnderTest writeIntegrationTestSourceFiles(int count = 1) {
            String testSrcDir = 'src/integTest/java'
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 14 16:03:36 UTC 2023
    - 3.6K bytes
    - Viewed (0)
Back to top