2 references to GetPlatformsForSDK
Microsoft.Build.Utilities.UnitTests (2)
ToolLocationHelper_Tests.cs (2)
3971
Should.Throw<ArgumentNullException>(() => ToolLocationHelper.
GetPlatformsForSDK
(null, new Version("1.0")));
3981
Should.Throw<ArgumentNullException>(() => ToolLocationHelper.
GetPlatformsForSDK
("AnySDK", null));