Define CHECK¶
Defined in File test.h
Define Documentation¶
-
CHECK(condition)
[source] Fail if
conditionis zero (false).- Parameters:
condition – Integer condition to test.
Defined in File test.h
Fail if condition is zero (false).
condition – Integer condition to test.