Uses of Class
org.apache.uima.fit.validation.Validator
Packages that use Validator
Package
Description
-
Uses of Validator in org.apache.uima.fit.testing.assertj
Methods in org.apache.uima.fit.testing.assertj with parameters of type ValidatorModifier and TypeMethodDescriptionCasAssert_ImplBase.isValidUsing
(Validator aValidator) Checks that CAS is valid using the given validator.protected ValidationSummary
-
Uses of Validator in org.apache.uima.fit.testing.junit
Methods in org.apache.uima.fit.testing.junit with parameters of type ValidatorModifier and TypeMethodDescriptionManagedCas.withDefaultValidator
(Validator aValidator) Set a default validator for the all test runs.ManagedJCas.withDefaultValidator
(Validator aValidator) Set a default validator for the all test runs.ManagedCas.withValidator
(Validator aValidator) Set a validator for the current test run only.ManagedJCas.withValidator
(Validator aValidator) Set a validator for the current test run only. -
Uses of Validator in org.apache.uima.fit.validation
Methods in org.apache.uima.fit.validation that return Validator