Dynalib Utils
Macros | Functions
TestDynaHashMap.cpp File Reference
#include <string>
#include <iostream>
#include "catch.hpp"
#include "../Utilities/DynaHashMapImpl.h"
#include "TestObject.h"
Include dependency graph for TestDynaHashMap.cpp:

Macros

#define OBJ_COUNT   10000
 

Functions

 MAKE_MAPTYPE_INSTANCE (TestObject, TestObject, TestObject)
 
 SCENARIO ("DynaHashMap operations function properly")
 

Macro Definition Documentation

◆ OBJ_COUNT

#define OBJ_COUNT   10000

Function Documentation

◆ MAKE_MAPTYPE_INSTANCE()

MAKE_MAPTYPE_INSTANCE ( TestObject  ,
TestObject  ,
TestObject   
)

◆ SCENARIO()

SCENARIO ( "DynaHashMap operations function properly"  )