Пример #1
0
        public GetPlatformExtensionSDKLocationsTestFixture(ITestOutputHelper output)
        {
            getRegistrySubKeyDefaultValue = new Microsoft.Build.Shared.GetRegistrySubKeyDefaultValue(GetRegistrySubKeyDefaultValue);

            _output = output;

            _fakeStructureRoot = MakeFakeSDKStructure();
            _fakeStructureRoot2 = MakeFakeSDKStructure2();
        }
Пример #2
0
 public GetPlatformExtensionSDKLocationsTestFixture()
 {
     getRegistrySubKeyDefaultValue = new Microsoft.Build.Shared.GetRegistrySubKeyDefaultValue(GetRegistrySubKeyDefaultValue);
 }