@DoNotObfuscate
public final class LayerNameValidator
extends com.pdfunit.validators.AbstractValidator
Modifier | Constructor and Description |
---|---|
protected |
LayerNameValidator(com.pdfunit.internal.spi.IDocument testDocument,
AllLayersValidator backReference) |
Modifier and Type | Method and Description |
---|---|
AllLayersValidator |
containing(java.lang.String expectedLayerName)
Verifying that a layer exists, which name contains the
value, given by the parameter.
|
AllLayersValidator |
equalsTo(java.lang.String expectedLayerName)
Verifying that a layer exists, which name is equal to the
value, given by the parameter.
|
AllLayersValidator |
startingWith(java.lang.String expectedLayerName)
Verifying that a layer exists, which name starts with the
value, given by the parameter.
|
LayerNameValidator |
withName()
Preparation for following string comparation.
|
protected LayerNameValidator(com.pdfunit.internal.spi.IDocument testDocument, AllLayersValidator backReference)
@Guarded public AllLayersValidator containing(java.lang.String expectedLayerName)
@Guarded public AllLayersValidator equalsTo(java.lang.String expectedLayerName)
@Guarded public AllLayersValidator startingWith(java.lang.String expectedLayerName)
public LayerNameValidator withName()
Copyright (C) PDFUnit.com. See here for license.