Lumiera
0.pre.03
»edit your freedom«
|
Verify everyone is dead after mass-kill. Use a checksum not only to verify the number of objects created and destroyed, but also the individual (random) contents of the data within the objects, to ensure that the correct destructor actually is invoked for each type.
Definition at line 107 of file del-stash-test.cpp.
Private Member Functions | |
void | checkAutoKill () |
void | checkCustomKill () |
void | checkMassKill () |
void | checkSingleKill () |
void | feedViktims (DelStash &killer) |
virtual void | run (Arg) |
|
inlineprivate |
a very specific setup, bound to mess up the checksum, unless the random bias is removed by the custom deleter function
Definition at line 219 of file del-stash-test.cpp.