You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
fdai7057 02010b31d1 The error handling is now controlled by the function errorMessage. It is declared in error.h and defined in error.c. It is called in different cases. Each error has its own error code. The advantage is that the error message is specific. 2 years ago
..
support implement unit tests for the functions agePermission() and checkIfInteger() 2 years ago
test_CreateCustomer.c fix errors that occured while using ceedling to run tests of different files with one call to test:all. 2 years ago
test_Error.c The error handling is now controlled by the function errorMessage. It is declared in error.h and defined in error.c. It is called in different cases. Each error has its own error code. The advantage is that the error message is specific. 2 years ago
test_LoginCustomer.c fix errors that occured while using ceedling to run tests of different files with one call to test:all. 2 years ago
test_StringManipulation.c refactoring: The function test_toUnsignedInteger() is modified. The test now contains more test cases than before. Variables names are modified to increase readability. Assertions written under each other have been replaced with loops that verify them. 2 years ago