Uses of Interface
org.verapdf.pdfa.results.TestAssertion
Packages that use TestAssertion
Package
Description
Interfaces and reference implementations encapsulating the results of PDF/A
validation.
-
Uses of TestAssertion in org.verapdf.metadata.fixer.utils
Method parameters in org.verapdf.metadata.fixer.utils with type arguments of type TestAssertionModifier and TypeMethodDescriptionstatic ValidationStatusProcessedObjectsInspector.validationStatus(List<TestAssertion> assertions, ValidationProfile profile) Return validation status according to failed rules and validation profile.static ValidationStatusProcessedObjectsInspector.validationStatus(List<TestAssertion> assertions, ValidationProfile profile, ProcessedObjects objects) Return validation status according to failed rules, validation profile and metadata failed rules typestatic ValidationStatusProcessedObjectsInspector.validationStatus(List<TestAssertion> assertions, ValidationProfile profile, ProcessedObjectsParser parser) Return validation status according to failed rules and validation profile. -
Uses of TestAssertion in org.verapdf.pdfa.results
Methods in org.verapdf.pdfa.results that return TestAssertionModifier 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.static TestAssertionValidationResults.defaultAssertion()Returns an immutable default instance of a TestAssertion.Methods in org.verapdf.pdfa.results that return types with arguments of type TestAssertionMethod parameters in org.verapdf.pdfa.results with type arguments of type TestAssertionModifier and TypeMethodDescriptionstatic ValidationResultValidationResults.resultFromValues(ValidationProfile validationProfile, List<TestAssertion> assertions, boolean isCompliant, JobEndStatus endStatus) static ValidationResultValidationResults.resultFromValues(ValidationProfile validationProfile, List<TestAssertion> assertions, HashMap<RuleId, Integer> failedChecks, boolean isCompliant, int totalAssertions, JobEndStatus endStatus) static ValidationResultValidationResults.resultFromValues(ValidationProfile validationProfile, List<TestAssertion> assertions, JobEndStatus endStatus) -
Uses of TestAssertion in org.verapdf.pdfa.validation.validators
Fields in org.verapdf.pdfa.validation.validators with type parameters of type TestAssertion