56 Commits (f23b7ddc2b4ff5e0db5475fca7ca9af191390f40)

Author SHA1 Message Date
fdai7968 f23b7ddc2b added forgotten setup and teardown 11 months ago
fdai7968 a6704ce16b Update test/subtraction/subtraction.c 11 months ago
fdai7968 e86eaac135 Add new subtraction file for tests 11 months ago
fdai7968 e920dbd5a7 Add new subtraction directory 11 months ago
fdai7968 951389500c Corrected naming mistake 11 months ago
fdai7968 364401a11c Add test_calculator.c 11 months ago
fdai7968 9e55db740e create new directory multiplication 11 months ago
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
cxnnqr b99246a677 refactoring: renamed tests for simplified the zero cases 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
cxnnqr e7da9ff108 added test for coprime numbers 11 months ago
cxnnqr 5a03f47639 added test for both numbers 0 11 months ago
cxnnqr b054c14fce added test for first number positive and second number 0 11 months ago
cxnnqr b49e556e9e added test for first number 0 and second number positive 11 months ago
cxnnqr 9074ec8f01 fixed test_ggTOf5And10 11 months ago
cxnnqr 80e07d854e added simple test for ggT of 2 and 10 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
TheUltimateOptimist cec0a1e74d fixed failing tests by removing 64 11 months ago
TheUltimateOptimist 7cf9f0d312 refactoring: prefixed input retrieval functions with user 11 months ago
TheUltimateOptimist 6bce984a26 refactoring: renamed test_gets_WithMax to test_gets_WithMaxLength 11 months ago
TheUltimateOptimist 21e1c1a0dc refactoring: renamed test_gets_WithMin to test_gets_WithMinLength 11 months ago
TheUltimateOptimist cf9aa5a2bf added test for getd with max 11 months ago
TheUltimateOptimist ae51080f2c added test for getd with min 11 months ago
TheUltimateOptimist 6020649807 added test for gets with any length 11 months ago
TheUltimateOptimist 7c147e0818 added test for gets with maxLength 11 months ago
TheUltimateOptimist 6ee2059270 added test for gets with minLength 11 months ago
TheUltimateOptimist 4fbe2042a8 added test for getllu with min and max 11 months ago
TheUltimateOptimist b0c12a7b4a added test for getlu with min and max 11 months ago
TheUltimateOptimist 948b3c0ddc added test for getu with min and max 11 months ago
TheUltimateOptimist a81e8d3d3c added test for gethu with min and max 11 months ago
TheUltimateOptimist 32912f6b55 added test for getlld with min and max 11 months ago
TheUltimateOptimist f9ac66b145 added test for getld with min and max 11 months ago