Method Verify
Verify(bool)
Verifies the condition. If the condition is false throws an exception.
public static void Verify(bool condition)
Parameters
condition
boolCondition to check.
Verifies the condition. If the condition is false throws an exception.
public static void Verify(bool condition)
condition
boolCondition to check.