66 CHECK (!r1.points_to (s1));
72 CHECK (r1.points_to (s1));
77 CHECK (r2.points_to (s2));
78 CHECK (!r2.points_to (s1));
79 CHECK (!r1.points_to (s2));
88 CHECK (r2.points_to (s1));
89 CHECK (!r2.points_to (s2));
Optional or switchable link to an existing object.
a checked, switchable reference.
#define VERIFY_ERROR(ERROR_ID, ERRONEOUS_STATEMENT)
Macro to verify that a statement indeed raises an exception.
Implementation namespace for support and library code.
string randStr(size_t len)
create garbage string of given length
Simplistic test class runner.
A collection of frequently used helper functions to support unit testing.