unitTest.hpp
Go to the documentation of this file.
1 #ifndef _UNITTEST_HPP_
2 #define _UNITTEST_HPP_
3 
4 bool setTest();
5 bool indexTest();
6 bool constantTest();
7 bool booleanTest();
8 
9 #endif
bool indexTest()
bool setTest()
bool constantTest()
bool booleanTest()