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