Verify Class
Definition
Provides direct verification methods for asserting conditions.
public static class Verify
Methods
| Name | Description |
|---|---|
| That(Boolean, String) | Verifies that the specified condition is true, throwing an assertion exception if it is false. |
| That(Boolean, FormatInterpolatedStringHandler) | Verifies that the specified condition is true, throwing an assertion exception if it is false. |