30 references to AspireNewAsync
Aspire.Cli.EndToEnd.Tests (30)
BundleSmokeTests.cs (1)
36
await auto.
AspireNewAsync
("BundleStarterApp", counter);
ConfigHealingTests.cs (1)
46
await auto.
AspireNewAsync
("HealTest", counter, useRedisCache: false);
DescribeCommandTests.cs (2)
38
await auto.
AspireNewAsync
("AspireResourcesTestApp", counter);
112
await auto.
AspireNewAsync
("AspireReplicaTestApp", counter);
DockerDeploymentTests.cs (2)
46
await auto.
AspireNewAsync
(ProjectName, counter, useRedisCache: false);
167
await auto.
AspireNewAsync
(ProjectName, counter, useRedisCache: false);
EmptyAppHostTemplateTests.cs (1)
34
await auto.
AspireNewAsync
("AspireEmptyApp", counter, template: AspireTemplate.EmptyAppHost);
JsReactTemplateTests.cs (1)
35
await auto.
AspireNewAsync
("AspireJsReactApp", counter, template: AspireTemplate.JsReact, useRedisCache: false);
KubernetesPublishTests.cs (1)
124
await auto.
AspireNewAsync
(ProjectName, counter, useRedisCache: false);
LogsCommandTests.cs (1)
38
await auto.
AspireNewAsync
("AspireLogsTestApp", counter);
MultipleAppHostTests.cs (1)
37
await auto.
AspireNewAsync
("TestApp", counter);
PlaywrightCliInstallTests.cs (2)
52
await auto.
AspireNewAsync
("TestProject", counter);
130
await auto.
AspireNewAsync
("TestProject", counter);
PsCommandTests.cs (1)
38
await auto.
AspireNewAsync
("AspirePsTestApp", counter);
PythonReactTemplateTests.cs (1)
35
await auto.
AspireNewAsync
("AspirePyReactApp", counter, template: AspireTemplate.PythonReact, useRedisCache: false);
SecretDotNetAppHostTests.cs (1)
35
await auto.
AspireNewAsync
("TestSecrets", counter, template: AspireTemplate.EmptyAppHost);
SmokeTests.cs (1)
40
await auto.
AspireNewAsync
("AspireStarterApp", counter);
StartStopTests.cs (3)
40
await auto.
AspireNewAsync
("AspireStarterApp", counter);
122
await auto.
AspireNewAsync
("AspireAddTestApp", counter);
182
await auto.
AspireNewAsync
("AspireAddInteractiveApp", counter);
StopNonInteractiveTests.cs (7)
37
await auto.
AspireNewAsync
("TestStopApp", counter);
94
await auto.
AspireNewAsync
("App1", counter);
100
await auto.
AspireNewAsync
("App2", counter);
161
await auto.
AspireNewAsync
("App1", counter);
167
await auto.
AspireNewAsync
("App2", counter);
233
await auto.
AspireNewAsync
("App1", counter);
239
await auto.
AspireNewAsync
("App2", counter);
TypeScriptEmptyAppHostTemplateTests.cs (1)
35
await auto.
AspireNewAsync
("TsEmptyApp", counter, template: AspireTemplate.TypeScriptEmptyAppHost);
TypeScriptStarterTemplateTests.cs (1)
36
await auto.
AspireNewAsync
("TsStarterApp", counter, template: AspireTemplate.ExpressReact);
WaitCommandTests.cs (1)
42
await auto.
AspireNewAsync
("AspireWaitApp", counter);