21 Commits (81db444a7a520479eb441d8e21ae15b1bb46bf72)

Author SHA1 Message Date
Laurin 315547fddf refactoring: renamed some test functions 11 months ago
Laurin db5f6c1106 added test for converting hex input to decimal 11 months ago
Laurin 3b11e3b13f added final test for converting binary input to decimal 11 months ago
Laurin bfaccfaecd added test for implementation of hexStrLen function into convertIntToHex function 11 months ago
Laurin 4032750fa9 added test to test special case of input 0 11 months ago
Laurin 2faaa84310 added test to make sure hexStrLen function behaves as corrected 11 months ago
Laurin 69da91f715 refactoring: corrected tes function name 11 months ago
Laurin e66f206d79 added test for hexStrLen function 11 months ago
Laurin 943f911a82 added test for converting into hex for numbers smaller than 16 11 months ago
Laurin 9fbe4606e1 added test for converting small int to hex string 11 months ago
Laurin bd55ea228b added test for converting binary string of 1s and 0s to decimal 11 months ago
Laurin c7c45916fe added test for converting longer binary string of 1s to decimal 11 months ago
Laurin e48b4f38a6 added test for converting binary string of 1s to decimal 11 months ago
Laurin f36bc32ed7 refactoring: free allocated memory in test functions 11 months ago
Laurin f68d810697 added test for converting negative integer 11 months ago
Laurin 01a54ce836 added test for binaryStrLen in case input is negative 11 months ago
Laurin bc51648c31 refactoring: changed test function names to be more specific 11 months ago
Laurin 3b81a29e10 added test for implementation of binaryStrLen function 11 months ago
Laurin bb18fb7e4b added test for binaryStrLen in case input is 0 11 months ago
Laurin 9430c473b1 added test for determining binary string length 11 months ago
Laurin 7c0bee3c9f added test to convert 2 into binary string 11 months ago