CapyKit/Documentation/Help/M_Tests_PasswordTests__ctor.md

29 lines
462 B
Markdown
Raw Normal View History

2024-09-04 19:31:43 -05:00
# PasswordTests Constructor
2024-08-27 18:54:36 -05:00
2024-09-04 19:31:43 -05:00
Initializes a new instance of the <a href="T_Tests_PasswordTests.md">PasswordTests</a> class
2024-08-27 18:54:36 -05:00
## Definition
**Namespace:** <a href="N_Tests.md">Tests</a>
**Assembly:** Tests (in Tests.exe) Version: 1.0.0
**C#**
``` C#
public PasswordTests()
```
**F#**
``` F#
new : unit -> PasswordTests
```
## See Also
#### Reference
2024-09-04 19:31:43 -05:00
<a href="T_Tests_PasswordTests.md">PasswordTests Class</a>
2024-08-27 18:54:36 -05:00
<a href="N_Tests.md">Tests Namespace</a>