Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for legacyVsInstall (0.24 sec)

  1. platforms/native/platform-native/src/test/groovy/org/gradle/nativeplatform/toolchain/internal/msvcpp/DefaultVisualStudioLocatorTest.groovy

            def dir3 = vsDir("vs3")
    
            given:
            1 * commandLineLocator.getVisualStudioInstalls() >> []
            1 * windowsRegistryLocator.getVisualStudioInstalls() >> { [legacyVsInstall(dir1, "11.0"), legacyVsInstall(dir2, "12.0"), legacyVsInstall(dir3, "13.0")] }
            0 * systemPathLocator.getVisualStudioInstalls()
    
            when:
            def allResults = visualStudioLocator.locateAllComponents()
    
            then:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 25.1K bytes
    - Viewed (0)
Back to top