Class BaseValidator

    • Field Detail

      • DEFAULT_MAX_NUMBER_OF_DISPLAYED_FAILED_CHECKS

        public static final int DEFAULT_MAX_NUMBER_OF_DISPLAYED_FAILED_CHECKS
        See Also:
        Constant Field Values
      • testCounter

        protected int testCounter
      • abortProcessing

        protected boolean abortProcessing
      • logPassedTests

        protected final boolean logPassedTests
      • maxNumberOfDisplayedFailedChecks

        protected final int maxNumberOfDisplayedFailedChecks
      • isCompliant

        protected boolean isCompliant
      • rootType

        protected String rootType
    • Constructor Detail

      • BaseValidator

        protected BaseValidator​(ValidationProfile profile,
                                boolean logPassedTests)
      • BaseValidator

        protected BaseValidator​(ValidationProfile profile,
                                int maxNumberOfDisplayedFailedChecks,
                                boolean logPassedTests,
                                boolean showErrorMessages)