21 Commits (db2b69a461f0cf5b4761f62994ba3463fe060500)

Author SHA1 Message Date
fdai7207 95d5274f54 implementation of unit tests for the function StringLengthCounter. 2 years ago
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
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
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