Skip to content

Commit

Permalink
Add documentation for new check
Browse files Browse the repository at this point in the history
  • Loading branch information
Fraser Greenroyd committed Feb 19, 2024
1 parent 489b4d9 commit 9014ca5
Showing 1 changed file with 11 additions and 0 deletions.
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.

0 comments on commit 9014ca5

Please sign in to comment.