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