Class RuleMemberValidator

    • Method Detail

      • validate

        public void validate​(TestClass target,
                             List<Throwable> errors)
        Validate the TestClass and adds reasons for rejecting the class to a list of errors.
        Parameters:
        target - the TestClass to validate.
        errors - the list of errors.