| Cutter Reference Manual | ||||
|---|---|---|---|---|
| Top | Description | ||||
Assertions with C++ supportAssertions with C++ support — Checks that your program works as you expect with C++ support. |
void cppcut_assert_equal (const Type *expected,
const Type *actual);
This assertion is a generic method based on template. You
can pass any object's reference as expected and actual.
Passes if expected == actual.
|
an expected value. |
|
an actual value. |
Since 1.0.9