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