@ -153,3 +153,15 @@ void test_hexStringLengthOfInput256is3(){
//assert
TEST_ASSERT_EQUAL_INT(expected, result);
}
void test_hexStringLengthOfInput255is2(){
//arrange
int result;
int expected = 2;
//act
result = hexStrLen(255);