Uses of Enum Class
org.verapdf.pdfa.results.TestAssertion.Status
Packages that use TestAssertion.Status
Package
Description
Interfaces and reference implementations encapsulating the results of PDF/A
validation.
-
Uses of TestAssertion.Status in org.verapdf.pdfa.results
Methods in org.verapdf.pdfa.results that return TestAssertion.StatusModifier and TypeMethodDescriptionTestAssertion.getStatus()static TestAssertion.StatusReturns the enum constant of this class with the specified name.static TestAssertion.Status[]TestAssertion.Status.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.verapdf.pdfa.results with parameters of type TestAssertion.StatusModifier and TypeMethodDescriptionstatic TestAssertionValidationResults.assertionFromValues(int ordinal, RuleId ruleId, TestAssertion.Status status, String message, Location location, String context, String errorMessage, List<ErrorArgument> 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