73 string obituary = casuality.what();
74 CHECK (not isnil (obituary));
75 CHECK ( contains (obituary, zombieID.substr(0,41)));
76 CHECK (not contains (obituary, zombieID));
Implementation namespace for support and library code.
string randStr(size_t len)
create garbage string of given length
Derived specific exceptions within Lumiera's exception hierarchy.
Simple test class runner.
Tiny helper functions and shortcuts to be used everywhere Consider this header to be effectively incl...
A collection of frequently used helper functions to support unit testing.
Automatic lifecycle tracker, to produce an alarm when accessing objects after deletion.
Detector to set off alarm when (re)using deceased objects.
bool contains(SEQ const &cont, typename SEQ::const_reference val)
shortcut for brute-force containment test in any sequential container