Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for vswhereInstall (0.09 sec)

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

            given:
            vswhereInstall(dir1, "15.3.26730.16")
            vswhereInstall(dir2, "14.0")
            vswhereInstall(dir3, "12.0")
    
            when:
            VisualStudioInstallCandidate metadata = determiner.getVisualStudioMetadataFromInstallDir(dir2)
    
            then:
            1 * commandLineLocator.getVisualStudioInstalls() >> vswhereInstalls
            0 * windowsRegistryLocator.getVisualStudioInstalls()
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 16.1K bytes
    - Viewed (0)
Back to top