25 references to AssertFileExistsInTempProjectDirectory
Microsoft.Build.Engine.UnitTests (24)
EscapingInProjects_Tests.cs (24)
1133
ObjectModelHelpers.
AssertFileExistsInTempProjectDirectory
(@"obj\debug\Class;Library16.dll", @"Did not find expected file obj\debug\Class;Library16.dll");
1134
ObjectModelHelpers.
AssertFileExistsInTempProjectDirectory
(@"obj\debug\Class;Library16.pdb", @"Did not find expected file obj\debug\Class;Library16.pdb");
1135
ObjectModelHelpers.
AssertFileExistsInTempProjectDirectory
(@"bin\debug\Class;Library16.dll", @"Did not find expected file bin\debug\Class;Library16.dll");
1136
ObjectModelHelpers.
AssertFileExistsInTempProjectDirectory
(@"obj\debug\Class;Library16.pdb", @"Did not find expected file obj\debug\Class;Library16.pdb");
1193
ObjectModelHelpers.
AssertFileExistsInTempProjectDirectory
(@"obj\debug\Class;Library16.dll", @"Did not find expected file obj\debug\Class;Library16.dll");
1194
ObjectModelHelpers.
AssertFileExistsInTempProjectDirectory
(@"obj\debug\Class;Library16.pdb", @"Did not find expected file obj\debug\Class;Library16.pdb");
1195
ObjectModelHelpers.
AssertFileExistsInTempProjectDirectory
(@"bin\debug\Class;Library16.dll", @"Did not find expected file bin\debug\Class;Library16.dll");
1196
ObjectModelHelpers.
AssertFileExistsInTempProjectDirectory
(@"obj\debug\Class;Library16.pdb", @"Did not find expected file obj\debug\Class;Library16.pdb");
1253
ObjectModelHelpers.
AssertFileExistsInTempProjectDirectory
(@"obj\debug\Class$(prop)Library16.dll", @"Did not find expected file obj\debug\Class$(prop)Library16.dll");
1254
ObjectModelHelpers.
AssertFileExistsInTempProjectDirectory
(@"obj\debug\Class$(prop)Library16.pdb", @"Did not find expected file obj\debug\Class$(prop)Library16.pdb");
1255
ObjectModelHelpers.
AssertFileExistsInTempProjectDirectory
(@"bin\debug\Class$(prop)Library16.dll", @"Did not find expected file bin\debug\Class$(prop)Library16.dll");
1256
ObjectModelHelpers.
AssertFileExistsInTempProjectDirectory
(@"bin\debug\Class$(prop)Library16.pdb", @"Did not find expected file bin\debug\Class$(prop)Library16.pdb");
1313
ObjectModelHelpers.
AssertFileExistsInTempProjectDirectory
(@"obj\debug\Class$(prop)Library16.dll", @"Did not find expected file obj\debug\Class$(prop)Library16.dll");
1314
ObjectModelHelpers.
AssertFileExistsInTempProjectDirectory
(@"obj\debug\Class$(prop)Library16.pdb", @"Did not find expected file obj\debug\Class$(prop)Library16.pdb");
1315
ObjectModelHelpers.
AssertFileExistsInTempProjectDirectory
(@"bin\debug\Class$(prop)Library16.dll", @"Did not find expected file bin\debug\Class$(prop)Library16.dll");
1316
ObjectModelHelpers.
AssertFileExistsInTempProjectDirectory
(@"bin\debug\Class$(prop)Library16.pdb", @"Did not find expected file bin\debug\Class$(prop)Library16.pdb");
1373
ObjectModelHelpers.
AssertFileExistsInTempProjectDirectory
(@"obj\debug\ClassLibrary16.dll", @"Did not find expected file obj\debug\ClassLibrary16.dll");
1374
ObjectModelHelpers.
AssertFileExistsInTempProjectDirectory
(@"obj\debug\ClassLibrary16.pdb", @"Did not find expected file obj\debug\ClassLibrary16.pdb");
1375
ObjectModelHelpers.
AssertFileExistsInTempProjectDirectory
(@"bin\debug\ClassLibrary16.dll", @"Did not find expected file bin\debug\ClassLibrary16.dll");
1376
ObjectModelHelpers.
AssertFileExistsInTempProjectDirectory
(@"bin\debug\ClassLibrary16.pdb", @"Did not find expected file bin\debug\ClassLibrary16.pdb");
1433
ObjectModelHelpers.
AssertFileExistsInTempProjectDirectory
(@"obj\debug\ClassLibrary16.dll", @"Did not find expected file obj\debug\ClassLibrary16.dll");
1434
ObjectModelHelpers.
AssertFileExistsInTempProjectDirectory
(@"obj\debug\ClassLibrary16.pdb", @"Did not find expected file obj\debug\ClassLibrary16.pdb");
1435
ObjectModelHelpers.
AssertFileExistsInTempProjectDirectory
(@"bin\debug\ClassLibrary16.dll", @"Did not find expected file bin\debug\ClassLibrary16.dll");
1436
ObjectModelHelpers.
AssertFileExistsInTempProjectDirectory
(@"bin\debug\ClassLibrary16.pdb", @"Did not find expected file bin\debug\ClassLibrary16.pdb");
Microsoft.Build.UnitTests.Shared (1)
ObjectModelHelpers.cs (1)
563
AssertFileExistsInTempProjectDirectory
(fileRelativePath, null);