Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for applyChangesToProject (0.37 sec)

  1. platforms/native/language-native/src/integTest/groovy/org/gradle/language/swift/SwiftIncrementalBuildIntegrationTest.groovy

            outputDirectory.assertHasDescendants(expectedIntermediateDescendants(app.library.original))
    
            when:
            app.library.applyChangesToProject(file('greeter'))
            app.application.applyChangesToProject(file('app'))
            succeeds "assemble"
    
            then:
            result.assertTasksExecuted(assembleAppAndLibTasks, ":assemble")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 15.7K bytes
    - Viewed (0)
  2. platforms/native/testing-native/src/integTest/groovy/org/gradle/nativeplatform/test/xctest/SwiftXCTestIntegrationTest.groovy

            then:
            result.assertTasksExecuted(tasks.debug.compile, tasks.test.allToInstall, ":xcTest", ":test")
            testBundle.assertTestCasesRan(testExecutionResult)
    
            when:
            testBundle.applyChangesToProject(testDirectory)
            succeeds("test")
    
            then:
            result.assertTasksExecuted(tasks.debug.compile, tasks.test.allToInstall, ":xcTest", ":test")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 20.8K bytes
    - Viewed (0)
Back to top