Base:
method
Execute
Microsoft.Build.Utilities.Task.Execute()
11 references to Execute
Microsoft.Build.Tasks.UnitTests (11)
ReadLinesFromFile_Tests.cs (7)
44Assert.True(r.Execute()); 54Assert.True(r.Execute()); 91Assert.True(r.Execute()); 101Assert.True(r.Execute()); 136Assert.True(r.Execute()); 160Assert.True(r.Execute()); 196Assert.True(r.Execute());
WriteLinesToFile_Tests.cs (4)
68Assert.True(r.Execute()); 89Assert.True(r.Execute()); 119r.Execute().ShouldBeTrue(); 202r.Execute().ShouldBeTrue();