@ -165,3 +165,15 @@ void test_hexStringLengthOfInput255is2(){
//assert
TEST_ASSERT_EQUAL_INT(expected, result);
}
void test_hexStringLengthOfInput0is1(){
//arrange
int result;
int expected = 1;
//act
result = hexStrLen(0);