Modifier | Constructor and Description |
---|---|
protected |
FontNameValidator(FontValidator backReference,
com.pdfunit.internal.spi.IDocument testDocument) |
Modifier and Type | Method and Description |
---|---|
FontValidator |
withNameContaining(java.lang.String expectedName)
This method verifies that the expected name is part of the
current font name.
|
FontValidator |
withNameNotContaining(java.lang.String expectedName)
This method verifies that the expected name is not part of the
current font name.
|
protected FontNameValidator(FontValidator backReference, com.pdfunit.internal.spi.IDocument testDocument)
@Guarded public FontValidator withNameContaining(java.lang.String expectedName)
@Guarded public FontValidator withNameNotContaining(java.lang.String expectedName)
Copyright (C) PDFUnit.com. See here for license.