21 Commits (71973511d839bf3a6e5821a4d4b86af6ec4dfb18)

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