Home
last modified time | relevance | path

Searched refs:pdfFile (Results 1 – 1 of 1) sorted by relevance

/trunk/test/testuno/source/fvt/uno/ffc/
H A DFFCTest.java234 File pdfFile = new File(saveAsFilePath); in exportAsPDF() local
235 … Assert.assertTrue("Verify sample file " + testFilePath + " export to pdf!", pdfFile.exists()); in exportAsPDF()