72 Commits (859788e279cef7deb969ba2084bc425a024b1ea5)

Author SHA1 Message Date
fdai7207 555980d86a solve merge conflicts. 2 years ago
fdai7207 b6ec68c25e refactoring: made unit test of the function isValidAdress() more readable by removing code duplicates. 2 years ago
fdai7207 f194873640 implement unit tests for the isValidAdress() function. 2 years ago
fdai7514 7fd2d0e3aa refactoring: change variable names in test_calculatorGetUserInputFactorial.c 2 years ago
fdai7514 0e355995fc implement unittest for calculatorGetUserInputFactorial.c 2 years ago
fdai7514 acdfb400b3 implement function calculatorGetUserInputFactorial() 2 years ago
fdai7514 1ead3924d8 refactoring: change variable names in test_calculatorGetUserInput.c 2 years ago
fdai7514 fd006a95ac implement unittest for calculatorGetUserInput.c 2 years ago
fdai7514 4c58ea6056 implement function calculatorGetUserInput() 2 years ago
fdai7514 6f2fe2b994 refactoring: change variable names in test_displayMenuCalculator 2 years ago
fdai7514 de05d331e0 implement unittest for displayMenuCalculator.c 2 years ago
fdai7514 f80b84380d implement function displayMenuCalculator() 2 years ago
fdai7514 38cfd6baf1 refactoring: change variable names in test_calculatorFactorial.c 2 years ago
fdai7514 23472c84f4 implement unittest for calculatorFactorial.c 2 years ago
fdai7514 e13793bb20 implement function calculatorFactorial() 2 years ago
fdai7514 a975931afb refactoring: change variable names in test_calculatorDivide.c 2 years ago
fdai7514 b0acd83da2 implement unittest for calculatorDivide.c 2 years ago
fdai7514 70bccf002c implement function calculatorDivide() 2 years ago
fdai7514 8192d8e234 refactoring: change variable names in test_calculatorMultiply.c 2 years ago
fdai7514 da0dd52871 implement unittest for calculatorMultiply.c 2 years ago
fdai7514 5416031d06 implement function calculatorMultiply() 2 years ago
fdai7514 6be626e235 refactoring: change variable names in test_calculatorSubtract.c 2 years ago
fdai7514 c19f56958b implement unittest for calculatorSubtract.c 2 years ago
fdai7514 92f74b3f37 implement function calculatorSubtract() 2 years ago
fdai7514 ef307cac16 refactoring: change variable names in test_calculatorAdd.c 2 years ago
fdai7514 22c4f86636 implement unittest for calculatorAdd.c 2 years ago
fdai7514 bce3b53bb8 implement function calculatorAdd() 2 years ago
fdai7207 4c49a78378 refactoring : removed code duplicates for better readability in the unit tests of the function isValidPhoneNumber(). 2 years ago
fdai7207 57292f4b64 implement unit tests for the function validPhoneNumber(). 2 years ago
fdai7207 1112a6f365 refactoring: removed redundant codes from the unit tests of the isValidName() function. 2 years ago
fdai7207 5ba7c64f53 correct some logical mistakes in the test_createEmployeeAccount.c file 2 years ago
fdai7207 80b26f2a6d implement unit tests for the new function isvalidName(). 2 years ago
fdai7207 6a1e132e53 refactoring: replaced 4 arrays in the unit tests of the function storeEmployeeData() with one matrix to avoid repeated code and removed unnecessary lines. 2 years ago
fdai7207 c659f9b9aa implement unit tests for the function storeEmployeeData() and fixed a bug in the unit tests of the function chooseOption. 2 years ago
fdai7207 95aadea7bb refactoring: replaced the redundant arrays in the unit tests of verifyPassword() function with a matrix for better readability 2 years ago
fdai7207 69a25cfa6a implemented unit tests for the new function verifyPassword() and changed the .txt files name while adding a new .txt file for personal emoyees data. 2 years ago
fdai7207 1dc001b251 refactoring: removed redundant code from the unit tests of the function isValidPassword(). 2 years ago
fdai7207 17327b8e43 implement unit tests for the function isValidPassword(). 2 years ago
fdai7207 7f0db86eb1 refactoring : removed redundant code from the unit tests of the isValidEmployee() function. 2 years ago
fdai7207 5e72e1f652 optimised the isValidEmployeeID() function and its unit tests 2 years ago
fdai7057 0a0a197b6f Prepare merge from feature/error-handling into development, rename folders. 2 years ago
fdai7207 b7d38fac5e refactoring: clean up duplicated code for the createEmployeeAccount.c unit tests. 2 years ago
fdai7207 affa82bc3d implement unit tests for the function createNewEmployee() 2 years ago
fdai7207 906ee12708 implement unit tests for the function isValidEmployeeID() 2 years ago
fdai7207 cda5d0bdad merge the feature/show-general-info-employee functions with feature/the-main-menu. 2 years ago
fdai7514 f7a2bf74ac update with new Passwords in showGeneralInfoEmployee.c and test_showGeneralInfoEmployee.h 2 years ago
fdai7057 cd3e643660 fix errors that occured while using ceedling to run tests of different files with one call to test:all. 2 years ago
fdai7057 5b5c4dccea refactoring: replaced variables with arrays and the consecutive use of assertions with for-loops 2 years ago
fdai7057 dee4af27ad solve merge conflict 2 years ago
fdai7057 6c766ee827 implementation of unit tests for generateCheckString() 2 years ago