StringAssertions Constructors
Provides assertions for string values.
public StringAssertions(string? value);
Parameters
| Name | Type | Description |
|---|---|---|
| value | String | The string value to assert on. |
Provides assertions for string values.
public StringAssertions(string? value);
| Name | Type | Description |
|---|---|---|
| value | String | The string value to assert on. |