|
LRAUV
revA
|
Units tests for class FastMap More...
#include <FastMap_Test.h>


Public Member Functions | |
| void | testPutGetAndSizeNoDuplicates (void) |
| FastMap Test - heap-allocated storage. More... | |
| void | testPutGetAndSizeNoDuplicatesDynamic (void) |
| FastMap Test - dynamically-allocated storage. More... | |
| void | testPutGetRandomDumpDuplicates (void) |
| FastMap Test - heap-allocated storage. More... | |
Units tests for class FastMap
|
inline |
FastMap Test - heap-allocated storage.
References FastMap< S, T >::get(), FastMap< S, T >::put(), and FastMap< S, T >::size().
|
inline |
FastMap Test - dynamically-allocated storage.
References Str::cStr(), FastMap< S, T >::get(), FastMap< S, T >::popIndexed(), FastMap< S, T >::put(), and FastMap< S, T >::size().
|
inline |
FastMap Test - heap-allocated storage.
References FastMap< S, T >::get(), FlexArray< T >::get(), FlexArray< T >::push(), FastMap< S, T >::put(), and FlexArrayBase::size().