1 write to _testType
Aspire.Templates.Tests (1)
StarterTemplateProjectNamesTests.cs (1)
15
_testType
= testType;
3 references to _testType
Aspire.Templates.Tests (3)
StarterTemplateProjectNamesTests.cs (3)
26
string id = $"{prefix}-{
_testType
}";
34
$"-t {
_testType
}");
41
await AssertTestProjectRunAsync(project.TestsProjectDirectory,
_testType
, _testOutput, config);