#include <testStore.h>
Protected Member Functions | |
void | testSetRoot () |
void | testUnsetRoot () |
void | testStats () |
void | testMaxSize () |
void | testSwapMetaTypeClassification () |
Private Member Functions | |
CPPUNIT_TEST_SUITE (TestStore) | |
CPPUNIT_TEST (testSetRoot) | |
CPPUNIT_TEST (testUnsetRoot) | |
CPPUNIT_TEST (testStats) | |
CPPUNIT_TEST (testMaxSize) | |
CPPUNIT_TEST (testSwapMetaTypeClassification) | |
CPPUNIT_TEST_SUITE_END () | |
Detailed Description
Definition at line 21 of file testStore.h.
Member Function Documentation
◆ CPPUNIT_TEST() [1/5]
|
private |
◆ CPPUNIT_TEST() [2/5]
|
private |
◆ CPPUNIT_TEST() [3/5]
|
private |
◆ CPPUNIT_TEST() [4/5]
|
private |
◆ CPPUNIT_TEST() [5/5]
|
private |
◆ CPPUNIT_TEST_SUITE()
|
private |
◆ CPPUNIT_TEST_SUITE_END()
|
private |
◆ testMaxSize()
|
protected |
Definition at line 121 of file testStore.cc.
References Store::FreeMemory(), Store::Init(), and Store::Controller::maxSize().
◆ testSetRoot()
|
protected |
Definition at line 87 of file testStore.cc.
References Store::FreeMemory(), Store::Init(), and Store::Root().
◆ testStats()
|
protected |
Definition at line 109 of file testStore.cc.
References Store::FreeMemory(), Store::Init(), Store::Stats(), and StoreControllerStub::statsCalled.
◆ testSwapMetaTypeClassification()
|
protected |
Definition at line 191 of file testStore.cc.
References Store::checkSwapMetaRawType(), Store::HonoredSwapMetaType(), max(), min(), and Store::RawSwapMetaTypeTop().
◆ testUnsetRoot()
|
protected |
Definition at line 97 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