8#ifndef META_OCEAN_TEST_TESTBASE_TEST_SINGLETON_H
9#define META_OCEAN_TEST_TESTBASE_TEST_SINGLETON_H
79 static bool testInstance();
This template class is the base class for all singleton objects.
Definition Singleton.h:71
This class implements a helper class to test singleton template.
Definition TestSingleton.h:37
SingletonUser()
Creates a new object.
unsigned int value() const
Returns a value.
virtual ~SingletonUser()
Destructs a value.
unsigned int userValue
Object value.
Definition TestSingleton.h:63
This class implements a singleton test.
Definition TestSingleton.h:30
static bool test(const TestSelector &selector=TestSelector())
Tests all singleton functions.
This class implements a test selector that parses test function strings and determines which tests sh...
Definition TestSelector.h:51
The namespace covering the entire Ocean framework.
Definition Accessor.h:15