Searched refs:testFilePath (Results 1 – 1 of 1) sorted by relevance
213 private void exportAsPDF(String testFilePath) throws Exception { in exportAsPDF() argument214 XComponent xComponent = loadSampleFile(testFilePath); in exportAsPDF()222 File file = new File(testFilePath); in exportAsPDF()235 Assert.assertTrue("Verify sample file " + testFilePath + " export to pdf!", pdfFile.exists()); in exportAsPDF()
Completed in 6 milliseconds