Interface TestClassValidator

    • Method Detail

      • validateTestClass

        List<Exception> validateTestClass​(TestClass testClass)
        Validate a single facet of a test class.
        Parameters:
        testClass - the TestClass that is validated.
        Returns:
        the validation errors found by the validator.