1 write to _task
Microsoft.DotNet.Helix.Sdk.Tests (1)
CreateXHarnessAppleWorkItemsTests.cs (1)
38_task = new CreateXHarnessAppleWorkItems()
33 references to _task
Microsoft.DotNet.Helix.Sdk.Tests (33)
CreateXHarnessAppleWorkItemsTests.cs (33)
48_task.ConfigureServices(collection); 49_task.AppBundles = new[] 56_task.InvokeExecute(provider).Should().BeFalse(); 59_task.WorkItems.Length.Should().Be(0); 66_task.ConfigureServices(collection); 67_task.AppBundles = new[] 71_task.TmpDir = "/tmp"; 75_task.InvokeExecute(provider).Should().BeTrue(); 78_task.WorkItems.Length.Should().Be(1); 80var workItem = _task.WorkItems.First(); 110_task.ConfigureServices(collection); 111_task.AppBundles = new[] 121_task.InvokeExecute(provider).Should().BeTrue(); 124_task.WorkItems.Length.Should().Be(2); 126var workItem = _task.WorkItems.Last(); 129workItem = _task.WorkItems.First(); 145_task.ConfigureServices(collection); 146_task.AppBundles = new[] 153_task.InvokeExecute(provider).Should().BeTrue(); 156_task.WorkItems.Length.Should().Be(1); 158var workItem = _task.WorkItems.First(); 173_task.ConfigureServices(collection); 174_task.AppBundles = new[] 182_task.InvokeExecute(provider).Should().BeTrue(); 185_task.WorkItems.Length.Should().Be(2); 188var workItem1 = _task.WorkItems.First(); 199var workItem2 = _task.WorkItems.Last(); 215_task.ConfigureServices(collection); 216_task.AppBundles = new[] 220_task.TmpDir = "/tmp"; 226_task.InvokeExecute(provider).Should().BeTrue(); 229_task.WorkItems.Length.Should().Be(1); 231var workItem = _task.WorkItems.First();