Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for testGetMessage (0.11 sec)

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

            assertApplicationProjectsSources(buildFile, language, "org.example.", ext)
    
            when:
            succeeds "build"
    
            then:
            assertTestPassed("app", "org.example.app.MessageUtilsTest", "testGetMessage")
            assertTestPassed("list", "org.example.list.LinkedListTest", "testConstructor")
            assertTestPassed("list", "org.example.list.LinkedListTest", "testAdd")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 29 03:26:38 UTC 2024
    - 16.6K bytes
    - Viewed (0)
Back to top