#ifndef TEST_H #define TEST_H int assertEquals(int a, int b, char * msg); int assertNotEquals(int a, int b, char * msg); #endif