Exceptions and Description |
---|
com.pdfunit.errors.PDFUnitError
Use PDFUnitValidationException instead.
|
Method and Description |
---|
com.pdfunit.validators.TextValidator.hasContent()
This method is too unspecific.
Use hasText(PagesToUse) instead.
|
com.pdfunit.validators.DocumentValidator.hasContent(PagesToUse)
Use hasText(PagesToUse) instead.
The name of this method is not clear enough.
|
com.pdfunit.validators.TextValidator.hasContent(PagesToUse)
Use hasText(PagesToUse) instead.
The name of this method is not clear enough.
|
com.pdfunit.validators.DocumentValidator.hasContent(PagesToUse, ClippingArea)
Use hasText(PagesToUse, ClippingArea) instead.
The name of this method is not clear enough.
|
com.pdfunit.validators.CompareValidator.haveSameContent()
Unprecise name. Use haveSameText() instead.
|
com.pdfunit.validators.CompareValidator.haveSameContent(PagesToUse)
Unprecise name. Use haveSameText(PagesToUse) instead.
|
com.pdfunit.validators.CompareValidator.haveSameContent(PagesToUse, ClippingArea)
Unprecise name. Use haveSameText(PagesToUse, ClippingArea) instead.
|
com.pdfunit.validators.CompareValidator.haveSameContent(PagesToUse, ClippingArea, WhitespaceProcessing)
Unprecise name. Use haveSameText(PagesToUse, ClippingArea, WhitespaceProcessing) instead.
|
com.pdfunit.validators.CompareValidator.haveSameContent(PagesToUse, WhitespaceProcessing)
Unprecise name. Use haveSameText(PagesToUse, WhitespaceProcessing) instead.
|
Copyright (C) PDFUnit.com. See here for license.