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