#include <testStore.h>


Protected Member Functions | |
void | testSetRoot () |
void | testUnsetRoot () |
void | testStats () |
void | testMaxSize () |
Private Member Functions | |
CPPUNIT_TEST_SUITE (testStore) | |
CPPUNIT_TEST (testSetRoot) | |
CPPUNIT_TEST (testUnsetRoot) | |
CPPUNIT_TEST (testStats) | |
CPPUNIT_TEST (testMaxSize) | |
CPPUNIT_TEST_SUITE_END () | |
Detailed Description
Definition at line 21 of file testStore.h.
Member Function Documentation
◆ CPPUNIT_TEST() [1/4]
|
private |
◆ CPPUNIT_TEST() [2/4]
|
private |
◆ CPPUNIT_TEST() [3/4]
|
private |
◆ CPPUNIT_TEST() [4/4]
|
private |
◆ CPPUNIT_TEST_SUITE()
|
private |
◆ CPPUNIT_TEST_SUITE_END()
|
private |
◆ testMaxSize()
|
protected |
Definition at line 118 of file testStore.cc.
References Store::FreeMemory(), Store::Init(), and Store::Controller::maxSize().
◆ testSetRoot()
|
protected |
Definition at line 84 of file testStore.cc.
References Store::FreeMemory(), Store::Init(), and Store::Root().
◆ testStats()
|
protected |
Definition at line 106 of file testStore.cc.
References Store::FreeMemory(), Store::Init(), Store::Stats(), and TestStore::statsCalled.
◆ testUnsetRoot()
|
protected |
Definition at line 94 of file testStore.cc.
References Store::FreeMemory(), Store::Init(), and Store::Root().
The documentation for this class was generated from the following files:
- src/tests/testStore.h
- src/tests/testStore.cc