Uses of Interface
org.verapdf.pdfa.results.TestAssertion
-
Packages that use TestAssertion Package Description org.verapdf.metadata.fixer.utils org.verapdf.pdfa.results Interfaces and reference implementations encapsulating the results of PDF/A validation.org.verapdf.pdfa.validation.validators -
-
Uses of TestAssertion in org.verapdf.metadata.fixer.utils
Method parameters in org.verapdf.metadata.fixer.utils with type arguments of type TestAssertion Modifier and Type Method Description static 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 TestAssertion 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.static TestAssertionValidationResults. defaultAssertion()Returns an immutable default instance of a TestAssertion.Methods in org.verapdf.pdfa.results that return types with arguments of type TestAssertion Modifier and Type Method Description List<TestAssertion>ValidationResult. getTestAssertions()Method parameters in org.verapdf.pdfa.results with type arguments of type TestAssertion Modifier and Type Method Description static ValidationResultValidationResults. resultFromValues(ValidationProfile validationProfile, List<TestAssertion> assertions)static ValidationResultValidationResults. resultFromValues(ValidationProfile validationProfile, List<TestAssertion> assertions, boolean isCompliant)static ValidationResultValidationResults. resultFromValues(ValidationProfile validationProfile, List<TestAssertion> assertions, HashMap<RuleId,Integer> failedChecks, boolean isCompliant, int totalAssertions) -
Uses of TestAssertion in org.verapdf.pdfa.validation.validators
Fields in org.verapdf.pdfa.validation.validators with type parameters of type TestAssertion Modifier and Type Field Description protected List<TestAssertion>BaseValidator. results
-