assert_ptr_ne
Description:
[ Version ( since = "0.9.10" ) ]
public void assert_ptr_ne (void* X, void* Y)
public void assert_ptr_ne (void* X, void* Y)
Check if two pointers are not.
If the two passed pointers are equal, the test fails.
Note that if the check fails, the remaining of the test is aborted
Parameters:
X |
pointer |
Y |
pointer to compare against X |
Since:
0.9.10
Namespace: Check
Package: check