Package | Description |
---|---|
com.pdfunit.validators |
Classes implementing validations on specific topics of PDF.
|
Modifier and Type | Method and Description |
---|---|
BarcodeValidator |
BarcodeValidator.containing(java.lang.String expectedText)
This method checks that the value of the given paramter is part of the extracted
text of each extracted images.
|
BarcodeValidator |
BarcodeValidator.containing(java.lang.String expectedText,
WhitespaceProcessing whitespaceProcessing)
This method checks that the value of the given paramter is part of the extracted
text of an image.
|
BarcodeValidator |
BarcodeValidator.endingWith(java.lang.String endString)
This method checks that the extracted text of an image ends with the value of the
given parameter.
|
BarcodeValidator |
BarcodeValidator.equalsTo(java.lang.String expectedText)
This method checks that the extracted text of an image is the same as the value of the
given parameter.
|
BarcodeValidator |
BarcodeValidator.equalsTo(java.lang.String expectedText,
WhitespaceProcessing whitespaceProcessing)
This method checks that the extracted text of an image is the same as the value of the
given parameter.
|
BarcodeValidator |
BarcodeValidator.matchingRegex(java.lang.String regex)
This method evaluates the extracted text of an image with the given regular expression.
|
BarcodeValidator |
BarcodeValidator.startingWith(java.lang.String startString)
This method checks that the extracted text of an image starts with the value of the
given parameter.
|
BarcodeValidator |
ImageValidator.withBarcode()
This method prepares the test system to extract text from bar code images as
well as from QR code images.
|
BarcodeValidator |
ImageValidator.withBarcodeInRegion(ImageRegion imageRegion)
This method prepares the test system to extract text from bar code images as
well as from QR code images.
|
BarcodeValidator |
ImageValidator.withQRCode()
This method prepares the test system to extract text from QR code images as
well as from bar code images.
|
BarcodeValidator |
ImageValidator.withQRCodeInRegion(ImageRegion imageRegion)
This method prepares the test system to extract text from QR code images as
well as from bar code images.
|
Copyright (C) PDFUnit.com. See here for license.