Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for assertDoesNotUseTestSuites (0.36 sec)

  1. platforms/software/build-init/src/integTest/groovy/org/gradle/buildinit/plugins/JavaLibraryInitIntegrationTest.groovy

            subprojectDir.file("src/test/java").assertHasDescendants(SAMPLE_LIBRARY_TEST_CLASS)
    
            and:
            commonJvmFilesGenerated(scriptDsl)
            dslFixture.assertDoesNotUseTestSuites()
            buildFileSeparatesImplementationAndApi(dslFixture)
    
            when:
            run("build")
    
            then:
            assertTestPassed("org.example.LibraryTest", "someLibraryMethodReturnsTrue")
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 29 03:26:38 UTC 2024
    - 11.8K bytes
    - Viewed (1)
Back to top