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