public interface TestAssertion
| Modifier and Type | Interface and Description |
|---|---|
static class |
TestAssertion.Status
Enum that indicates the result of a particular test assertion, i.e.
|
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getErrorArguments() |
String |
getErrorMessage() |
Location |
getLocation() |
String |
getLocationContext() |
String |
getMessage() |
int |
getOrdinal() |
RuleId |
getRuleId() |
TestAssertion.Status |
getStatus() |
int getOrdinal()
RuleId getRuleId()
validation.Rule that this assertion refers toTestAssertion.Status getStatus()
TestAssertion.Status that indicates the result of this test
assertionString getMessage()
String getLocationContext()
String getErrorMessage()
Location getLocation()
Location within the PDF document where this test was
asserted.Copyright © 2015–2021 The veraPDF Consortium. All rights reserved.