9 references to CreateCheck
Aspire.Cli.Tests (9)
Commands\TypeScriptAppHostToolingCheckTests.cs (9)
37
var check =
CreateCheck
(
71
var check =
CreateCheck
(workspace, appHostFile, commandResolver: _ => null);
104
var check =
CreateCheck
(
124
var check =
CreateCheck
(workspace, appHostFile: null, commandResolver: _ => null);
137
var check =
CreateCheck
(workspace, appHostFile, commandResolver: command => $"/usr/bin/{command}");
161
var check =
CreateCheck
(workspace, appHostFile, commandResolver: command => $"/usr/bin/{command}");
181
var check =
CreateCheck
(
201
var check =
CreateCheck
(
218
var check =
CreateCheck
(