3 references to ReportFilename
Microsoft.Gen.MetricsReports.Unit.Tests (3)
GeneratorTests.cs (3)
48
var generatedReportPath = Path.Combine(Directory.GetCurrentDirectory(),
ReportFilename
);
94
Assert.False(File.Exists(Path.Combine(Path.GetTempPath(),
ReportFilename
)));
137
Assert.True(File.Exists(Path.Combine(fullReportPath,
ReportFilename
)));