4 overrides of TestProjectName
Microsoft.NET.Sdk.Razor.Tests (4)
MvcBuildIntegrationTest21.cs (1)
10
public override string
TestProjectName
=> "SimpleMvc21";
MvcBuildIntegrationTest22.cs (1)
10
public override string
TestProjectName
=> "SimpleMvc22";
MvcBuildIntegrationTest31.cs (1)
10
public override string
TestProjectName
=> "SimpleMvc31";
MvcBuildIntegrationTest50.cs (1)
12
public override string
TestProjectName
=> "SimpleMvc50";
17 references to TestProjectName
Microsoft.NET.Sdk.Razor.Tests (17)
MvcBuildIntegrationTestLegacy.cs (17)
16
public virtual string OutputFileName => $"{
TestProjectName
}.dll";
23
var testAsset = $"Razor{
TestProjectName
}";
34
new FileInfo(Path.Combine(outputPath, $"{
TestProjectName
}.pdb")).Should().Exist();
35
new FileInfo(Path.Combine(outputPath, $"{
TestProjectName
}.Views.dll")).Should().Exist();
36
new FileInfo(Path.Combine(outputPath, $"{
TestProjectName
}.Views.pdb")).Should().Exist();
39
new FileInfo(Path.Combine(intermediateOutputPath, $"{
TestProjectName
}.TagHelpers.input.cache")).Should().Exist();
40
new FileInfo(Path.Combine(intermediateOutputPath, $"{
TestProjectName
}.TagHelpers.output.cache")).Should().Exist();
42
Path.Combine(intermediateOutputPath, $"{
TestProjectName
}.TagHelpers.output.cache")).Should().Contain(
49
var testAsset = $"Razor{
TestProjectName
}";
69
var testAsset = $"Razor{
TestProjectName
}";
78
new FileInfo(Path.Combine(outputPath, $"{
TestProjectName
}.pdb")).Should().Exist();
79
new FileInfo(Path.Combine(outputPath, $"{
TestProjectName
}.Views.dll")).Should().Exist();
80
new FileInfo(Path.Combine(outputPath, $"{
TestProjectName
}.Views.pdb")).Should().Exist();
91
var testAsset = $"Razor{
TestProjectName
}";
105
var testAsset = $"Razor{
TestProjectName
}";
114
var depsFile = new FileInfo(Path.Combine(outputPath, $"{
TestProjectName
}.deps.json"));
122
var projectReference = dependencyContext.CompileLibraries.First(l => l.Name ==
TestProjectName
);