-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Fraser Greenroyd
committed
Feb 19, 2024
1 parent
489b4d9
commit 9014ca5
Showing
1 changed file
with
11 additions
and
0 deletions.
There are no files selected for viewing
11 changes: 11 additions & 0 deletions
11
docs/DevOps/Code Compliance and CI/Compliance Checks/ImplementsRequiredMethods.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
## Summary | ||
|
||
**Severity** - Fail | ||
|
||
**Check method** - [Here](https://github.com/BHoM/Test_Toolkit/blob/main/CodeComplianceTest_Engine/Query/DynamicChecks/ImplementsRequiredMethods.cs) | ||
|
||
**Check frequency** - Nightly | ||
|
||
## Details | ||
|
||
The `ImplementsRequiredMethods` check ensures that any object which implements an `IElement` interface is also implementing, or has access to, the [required extension methods](https://bhom.xyz/documentation/BHoM_oM/Dimensional_oM/IElement-required-extension-methods/). Is an object does not have one of the required extension methods, then this check will report a failure for that object. |