72 references to Execute
dotnet-MsiInstallation.Tests (72)
Framework\VMTestBase.cs (12)
87
.
Execute
().Should().Pass();
100
.
Execute
()
130
.
Execute
().Should().Pass();
135
.
Execute
();
149
.
Execute
()
165
.
Execute
().Should().Pass();
169
.
Execute
()
191
var result = command.
Execute
();
210
.
Execute
();
222
.
Execute
();
242
.
Execute
();
253
.
Execute
()
MsiInstallerTests.cs (9)
57
.
Execute
();
111
var versionResult = command.
Execute
();
217
.
Execute
().Should().PassWithoutWarning();
220
.
Execute
().Should().PassWithoutWarning();
245
.
Execute
()
279
.
Execute
()
291
.
Execute
()
297
.
Execute
();
366
.
Execute
();
VSWorkloadTests.cs (4)
23
.
Execute
();
37
.
Execute
()
44
.
Execute
().Should().PassWithoutWarning()
50
.
Execute
()
WorkloadSetTests.cs (27)
26
.
Execute
()
35
.
Execute
()
55
.
Execute
().Should().PassWithoutWarning();
64
.
Execute
().Should().PassWithoutWarning()
79
.
Execute
()
112
.
Execute
()
118
.
Execute
()
130
.
Execute
()
147
.
Execute
()
155
.
Execute
()
173
.
Execute
()
179
.
Execute
()
194
.
Execute
()
200
.
Execute
()
218
.
Execute
().Should().PassWithoutWarning();
225
.
Execute
().Should().PassWithoutWarning();
259
.
Execute
().Should().PassWithoutWarning();
272
.
Execute
().Should().PassWithoutWarning();
278
VM.WriteFile("C:\\SdkTesting\\global.json", @$"{{""sdk"":{{""workloadVersion"":""{WorkloadSetVersion1}""}}}}").
Execute
().Should().PassWithoutWarning();
283
.
Execute
().Should().PassWithoutWarning();
287
.
Execute
().Should().PassWithoutWarning();
298
VM.WriteFile("C:\\SdkTesting\\global.json", "{}").
Execute
().Should().PassWithoutWarning();
302
.
Execute
().Should().PassWithoutWarning();
334
.
Execute
(); ;
348
.
Execute
();
357
.
Execute
();
366
.
Execute
()
WorkloadSetTests2.cs (12)
27
VM.WriteFile("C:\\SdkTesting\\global.json", @$"{{""sdk"":{{""workloadVersion"":""{versionToUpdateTo}""}}}}").
Execute
().Should().PassWithoutWarning();
39
.
Execute
();
56
.
Execute
().Should().PassWithoutWarning();
62
.
Execute
().Should().PassWithoutWarning();
77
VM.CreateRunCommand(args).WithWorkingDirectory(SdkTestingDirectory).
Execute
().Should().PassWithoutWarning();
88
.
Execute
().Should().Fail()
99
.
Execute
().Should().Fail()
115
.
Execute
().Should().PassWithoutWarning();
120
.
Execute
().Should().PassWithoutWarning();
136
.
Execute
().Should().PassWithoutWarning();
142
.
Execute
().Should().PassWithoutWarning();
184
.
Execute
().Should().PassWithoutWarning();
WorkloadSetTestsBase.cs (8)
46
.
Execute
()
59
.
Execute
()
80
.
Execute
();
92
.
Execute
();
104
.
Execute
();
115
.
Execute
();
127
.
Execute
()
151
.
Execute
().Should().PassWithoutWarning();