#ifndef TESTS_H #define TESTS_H int test_addTooMany(void); int test_removeNonExistent(void); int test_tooManyCharacters(void); int test_changeNonExistent(void); int test_runEmpty(void); int testAll(void); #endif