Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for assertNothingChanged (0.12 sec)

  1. platforms/native/platform-native/src/test/groovy/org/gradle/nativeplatform/toolchain/internal/swift/SwiftDepsHandlerTest.groovy

        }
    
        def "nothing changes if no file changed"() {
            expect:
            swiftDepsHandler.adjustTimestampsFor(moduleSwiftDeps, [])
            def swiftDeps = swiftDepsHandler.parse(moduleSwiftDeps)
            assertNothingChanged(swiftDeps)
        }
    
        def "adjusts only provided files"() {
            expect:
            swiftDepsHandler.adjustTimestampsFor(moduleSwiftDeps, [barSource])
            def swiftDeps = swiftDepsHandler.parse(moduleSwiftDeps)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 4.5K bytes
    - Viewed (0)
Back to top