public class PdfComparator<T extends CompareResult> extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
MARKER_WIDTH |
| Constructor and Description |
|---|
PdfComparator(File expectedFile,
File actualFile) |
PdfComparator(File expectedFile,
File actualFile,
T compareResult) |
PdfComparator(InputStream expectedPdfIS,
InputStream actualPdfIS) |
PdfComparator(InputStream expectedPdfIS,
InputStream actualPdfIS,
T compareResult) |
PdfComparator(Path expectedPath,
Path actualPath) |
PdfComparator(Path expectedPath,
Path actualPath,
T compareResult) |
PdfComparator(String expectedPdfFilename,
String actualPdfFilename) |
PdfComparator(String expectedPdfFilename,
String actualPdfFilename,
T compareResult) |
| Modifier and Type | Method and Description |
|---|---|
T |
compare() |
T |
getResult() |
PdfComparator<T> |
withIgnore(File ignoreFile) |
PdfComparator<T> |
withIgnore(InputStream ignoreIS) |
PdfComparator<T> |
withIgnore(Path ignorePath) |
PdfComparator<T> |
withIgnore(String ignoreFilename) |
public static final int MARKER_WIDTH
public PdfComparator(String expectedPdfFilename, String actualPdfFilename) throws IOException
IOExceptionpublic PdfComparator(String expectedPdfFilename, String actualPdfFilename, T compareResult) throws IOException
IOExceptionpublic PdfComparator(Path expectedPath, Path actualPath) throws IOException
IOExceptionpublic PdfComparator(Path expectedPath, Path actualPath, T compareResult) throws IOException
IOExceptionpublic PdfComparator(File expectedFile, File actualFile) throws IOException
IOExceptionpublic PdfComparator(File expectedFile, File actualFile, T compareResult) throws IOException
IOExceptionpublic PdfComparator(InputStream expectedPdfIS, InputStream actualPdfIS)
public PdfComparator(InputStream expectedPdfIS, InputStream actualPdfIS, T compareResult)
public PdfComparator<T> withIgnore(String ignoreFilename)
public PdfComparator<T> withIgnore(File ignoreFile)
public PdfComparator<T> withIgnore(Path ignorePath)
public PdfComparator<T> withIgnore(InputStream ignoreIS)
public T compare() throws IOException
IOExceptionpublic T getResult()
Copyright © 2017 red6 enterprise software GmbH. All rights reserved.