public abstract class ITextTest extends Object
| Constructor and Description |
|---|
ITextTest() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
assertPdf(String outPdf) |
protected void |
comparePdf(String outPdf,
String cmpPdf) |
protected void |
deleteDirectory(File path) |
protected void |
deleteFiles(File path) |
protected String |
getCmpPdf()
Gets the name of the compare PDF file.
|
protected abstract String |
getOutPdf()
Gets the name of the resultant PDF file.
|
protected abstract void |
makePdf(String outPdf) |
void |
runTest() |
protected abstract String getOutPdf()
makePdf, assertPdf and comparePdf methods.protected void comparePdf(String outPdf, String cmpPdf) throws Exception
Exceptionprotected String getCmpPdf()
comparePdf method.protected void deleteDirectory(File path)
protected void deleteFiles(File path)
Copyright © 2022. All rights reserved.