Interface IVerification
- All Known Implementing Classes:
VerificationFunction,VerificationGrant,VerificationIndents
public interface IVerification
Interface for code verification implementations.
Provides a contract for various code quality and style verification checks.
-
Method Summary
-
Method Details
-
verify
void verify()Performs the verification check. Implementations should analyze code structures and report any violations or issues found during the verification process.
-