Ensure.That Method |
Name | Description | |
---|---|---|
![]() ![]() | That(Boolean, String) |
Ensures that an assertion is true.
|
![]() ![]() | That(Boolean, String, String) |
Ensures that an assertion is true.
|
![]() ![]() | That<T>(T, Func<T, Boolean>, String, String) |
Ensures that the value of a parameter meets an assertion.
|