64 string obituary = casuality.
what();
65 CHECK (not isnil (obituary));
66 CHECK ( contains (obituary, zombieID.substr(0,41)));
67 CHECK (not contains (obituary, zombieID));
Automatic lifecycle tracker, to produce an alarm when accessing objects after deletion.
virtual CStr what() const noexcept override
std::exception interface : yield a diagnostic message
Derived specific exceptions within Lumiera's exception hierarchy.
string randStr(size_t len)
create garbage string of given length
Implementation namespace for support and library code.
Test runner and basic definitions for tests.
bool contains(MAP &map, typename MAP::key_type const &key)
shortcut for containment test on a map
bool isnil(lib::time::Duration const &dur)
Simplistic test class runner.
#define LAUNCHER(_TEST_CLASS_, _GROUPS_)
A collection of frequently used helper functions to support unit testing.
Tiny helper functions and shortcuts to be used everywhere Consider this header to be effectively incl...
Detector to set off alarm when (re)using deceased objects.