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

Macros

#define OBJ_COUNT   10000
 

Functions

 MAKE_SETTYPE_INSTANCE (TestObject, TestObject)
 
 SCENARIO ("DynaHashSet operations function properly")
 

Macro Definition Documentation

◆ OBJ_COUNT

#define OBJ_COUNT   10000

Function Documentation

◆ MAKE_SETTYPE_INSTANCE()

MAKE_SETTYPE_INSTANCE ( TestObject  ,
TestObject   
)

◆ SCENARIO()

SCENARIO ( "DynaHashSet operations function properly"  )