55 : id_(1 + (rand() % 100))
61 bool DummyType::created =
false;
85 CHECK (!DummyType::created);
87 CHECK ( DummyType::created);
Singleton holder for NIL or default value objects.
Singleton-style holder for NIL or default values.
Implementation namespace for support and library code.
Simple test class runner.
Tiny helper functions and shortcuts to be used everywhere Consider this header to be effectively incl...
Test dummy to track ctor call.
bool isSameObject(A const &a, B const &b)
compare plain object identity, bypassing any custom comparison operators.