1 override of GetTestFileName
Microsoft.AspNetCore.Razor.Language.UnitTests (1)
IntegrationTests\CodeGenerationIntegrationTest.cs (1)
320
public override string
GetTestFileName
([CallerMemberName] string? testName = null)
11 references to GetTestFileName
Microsoft.AspNetCore.Razor.Language.UnitTests (3)
IntegrationTests\CodeGenerationIntegrationTest.cs (2)
174
{ new(base.
GetTestFileName
() + ".cshtml", 328, 11, 8), "s" }
322
return base.
GetTestFileName
(testName) + (designTime ? "_DesignTime" : "_Runtime");
IntegrationTests\ExtensibleDirectiveTest.cs (1)
22
builder.ConfigureDocumentClassifier(
GetTestFileName
(nameof(NamespaceToken)));
Microsoft.AspNetCore.Razor.Test.Common (8)
Language\IntegrationTests\IntegrationTestBase.cs (8)
139
var projectItem = CreateProjectItemFromText(text, filePath,
GetTestFileName
(testName));
184
var fileName =
GetTestFileName
(testName);
226
var projectItem = CreateProjectItemFromText(text, path,
GetTestFileName
(testName), cssScope);
367
var baselineFileName = Path.ChangeExtension(
GetTestFileName
(testName), ".ir.txt");
388
var baselineFileName = Path.ChangeExtension(
GetTestFileName
(testName), ".codegen.html");
412
var fileName =
GetTestFileName
(testName);
463
var baselineFileName = Path.ChangeExtension(
GetTestFileName
(testName), ".mappings.txt");
620
var fileName =
GetTestFileName
(testName);