Modifier | Constructor and Description |
---|---|
protected |
GotoRemoteActionValidator(com.pdfunit.internal.spi.IDocument pdfDocument,
java.lang.String expectedFile) |
Modifier and Type | Method and Description |
---|---|
GotoRemoteActionValidator |
hasRemoteGotoActionTo(java.lang.String expectedFile)
Validating that the current document has an action, pointing to the
the expected file.
|
GotoRemoteActionValidator |
toDestination(java.lang.String expectedDestination)
Validating that the current document has an action, pointing to the
the expected destination.
|
GotoRemoteActionValidator |
toPage(int expectedPage)
Validating that the current document has an action, pointing the
the expected page.
|
protected GotoRemoteActionValidator(com.pdfunit.internal.spi.IDocument pdfDocument, java.lang.String expectedFile)
@Guarded public GotoRemoteActionValidator hasRemoteGotoActionTo(java.lang.String expectedFile)
@Guarded public GotoRemoteActionValidator toDestination(java.lang.String expectedDestination)
@Guarded public GotoRemoteActionValidator toPage(int expectedPage)
Copyright (C) PDFUnit.com. See here for license.