public void Export_SomeExamplesInExampleLibrary_CheckThatAllFilesExist() { var exporter = new PdfExporter { Width = 297 / 25.4f * 72, Height = 210 / 25.4f * 72 }; var directory = Path.Combine(this.outputDirectory, "ExampleLibrary"); ExportTest.Export_FirstExampleOfEachExampleGroup_CheckThatAllFilesExist(exporter, directory, ".pdf"); }
public void Export_SomeExamplesInExampleLibrary_CheckThatAllFilesExist() { var exporter = new PngExporter { Width = 400, Height = 300 }; var directory = Path.Combine(this.outputDirectory, "ExampleLibrary"); ExportTest.Export_FirstExampleOfEachExampleGroup_CheckThatAllFilesExist(exporter, directory, ".png"); }