Uses of Class
org.verapdf.pdfa.results.TestAssertion.Status
-
Packages that use TestAssertion.Status Package Description org.verapdf.pdfa.results Interfaces and reference implementations encapsulating the results of PDF/A validation.org.verapdf.processor.reports -
-
Uses of TestAssertion.Status in org.verapdf.pdfa.results
Methods in org.verapdf.pdfa.results that return TestAssertion.Status Modifier and Type Method Description TestAssertion.StatusTestAssertion. getStatus()static TestAssertion.StatusTestAssertion.Status. valueOf(String name)Returns the enum constant of this type with the specified name.static TestAssertion.Status[]TestAssertion.Status. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.verapdf.pdfa.results with parameters of type TestAssertion.Status Modifier and Type Method Description static TestAssertionValidationResults. assertionFromValues(int ordinal, RuleId ruleId, TestAssertion.Status status, String message, Location location, String context, String errorMessage, List<String> errorArguments)Creates an immutable TestAssertion instance from the passed parameter values. -
Uses of TestAssertion.Status in org.verapdf.processor.reports
Methods in org.verapdf.processor.reports that return TestAssertion.Status Modifier and Type Method Description TestAssertion.StatusRuleSummary. getRuleStatus()
-