Interface TestClassValidator

    • Method Detail

      • validateTestClass

        java.util.List<java.lang.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.