CapyKit/Documentation/Help/M_Tests_Helpers_KeyHelperTests_GetNumParts_ThrowsException_WhenLessThanTwo.md

31 lines
667 B
Markdown
Raw Normal View History

2025-02-14 04:52:55 -06:00
# GetNumParts_ThrowsException_WhenLessThanTwo Method
\[Missing <summary> documentation for "M:Tests.Helpers.KeyHelperTests.GetNumParts_ThrowsException_WhenLessThanTwo"\]
## Definition
**Namespace:** <a href="N_Tests_Helpers.md">Tests.Helpers</a>
**Assembly:** Tests (in Tests.exe) Version: 1.0.0
**C#**
``` C#
[TestAttribute]
public void GetNumParts_ThrowsException_WhenLessThanTwo()
```
**F#**
``` F#
[<TestAttribute>]
member GetNumParts_ThrowsException_WhenLessThanTwo : unit -> unit
```
## See Also
#### Reference
<a href="T_Tests_Helpers_KeyHelperTests.md">KeyHelperTests Class</a>
<a href="N_Tests_Helpers.md">Tests.Helpers Namespace</a>