#ifndef _UNITTEST_HPP_ #define _UNITTEST_HPP_ bool setTest(); bool indexTest(); bool constantTest(); bool booleanTest(); #endif