1 write to _testTaskLocation
Microsoft.Build.Engine.UnitTests (1)
BackEnd\TaskRegistry_Tests.cs (1)
86
_testTaskLocation
= typeof(TaskRegistry_Tests).GetTypeInfo().Assembly.ManifestModule.FullyQualifiedName;
29 references to _testTaskLocation
Microsoft.Build.Engine.UnitTests (29)
BackEnd\TaskRegistry_Tests.cs (29)
351
Assert.NotNull(
_testTaskLocation
); // "Need a test task to run this test"
356
ProjectUsingTaskElement element = project.AddUsingTask("UnrelatedTask",
_testTaskLocation
, null);
387
Assert.NotNull(
_testTaskLocation
); // "Need a test task to run this test"
392
ProjectUsingTaskElement element = project.AddUsingTask("UnrelatedTask",
_testTaskLocation
, null);
423
Assert.NotNull(
_testTaskLocation
); // "Need a test task to run this test"
428
ProjectUsingTaskElement element = project.AddUsingTask(TestTaskName,
_testTaskLocation
, null);
461
Assert.NotNull(
_testTaskLocation
); // "Need a test task to run this test"
466
ProjectUsingTaskElement element = project.AddUsingTask(TestTaskName,
_testTaskLocation
, null);
499
Assert.NotNull(
_testTaskLocation
); // "Need a test task to run this test"
504
ProjectUsingTaskElement element = project.AddUsingTask(TestTaskName,
_testTaskLocation
, null);
566
Assert.NotNull(
_testTaskLocation
); // "Need a test task to run this test"
571
ProjectUsingTaskElement element = project.AddUsingTask(TestTaskName,
_testTaskLocation
, null);
607
Assert.NotNull(
_testTaskLocation
); // "Need a test task to run this test"
612
ProjectUsingTaskElement element = project.AddUsingTask(TestTaskName,
_testTaskLocation
, null);
617
ProjectUsingTaskElement secondElement = project.AddUsingTask(TestTaskName,
_testTaskLocation
, null);
695
Assert.NotNull(
_testTaskLocation
); // "Need a test task to run this test"
700
ProjectUsingTaskElement element = project.AddUsingTask(TestTaskName,
_testTaskLocation
, null);
768
Assert.NotNull(
_testTaskLocation
); // "Need a test task to run this test"
773
ProjectUsingTaskElement element = project.AddUsingTask(TestTaskName,
_testTaskLocation
, null);
820
Assert.NotNull(
_testTaskLocation
); // "Need a test task to run this test"
825
ProjectUsingTaskElement element = project.AddUsingTask(TestTaskName,
_testTaskLocation
, null);
830
element = project.AddUsingTask(TestTaskName,
_testTaskLocation
, null);
934
Assert.NotNull(
_testTaskLocation
); // "Need a test task to run this test"
939
ProjectUsingTaskElement element = project.AddUsingTask(TestTaskName,
_testTaskLocation
, null);
944
element = project.AddUsingTask(TestTaskName,
_testTaskLocation
, null);
982
Assert.NotNull(
_testTaskLocation
); // "Need a test task to run this test"
987
ProjectUsingTaskElement element = project.AddUsingTask(TestTaskName,
_testTaskLocation
, null);
1044
Assert.NotNull(
_testTaskLocation
); // "Need a test task to run this test"
1049
ProjectUsingTaskElement element = project.AddUsingTask(TestTaskName,
_testTaskLocation
, null);