125 Commits (db2b69a461f0cf5b4761f62994ba3463fe060500)

Author SHA1 Message Date
fdai7514 0756ad91ff refactoring: implement new variables in test_requestLoan.c 2 years ago
fdai7514 a768d56463 implement unittest for requestLoan.c 2 years ago
fdai7514 585d28952f implement function requestLoan() 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
fdlt3817 9cfd0e9908 Revert "Test arrangements" 2 years ago
fdlt3817 10d0cf2def Refactoring: Test work 2 years ago
Shivam Chaudhary 984c860e0d Refactoring: organise code 2 years ago
fdlt3817 9f72b8284f Modify and run tests 2 years ago
Shivam Chaudhary ee62a56d1a Add test for toUSD function 2 years ago
Shivam Chaudhary ce2bd02446 Refactoring: Add more data and organise code 2 years ago
Shivam Chaudhary 82acaece2c Create test for initiateWithdraw function 2 years ago
Shivam Chaudhary db1e04b6c9 Refactoring: organise test code 2 years ago
Shivam Chaudhary 791b16b0e8 Add test getAvailabeAccountBalance 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
Shivam Chaudhary 07cbebd4a4 Implement test for file opening with false name 2 years ago
Shivam Chaudhary 8274f848fd Implement test to check if the file opens 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
Shivam Chaudhary 548a152d46 Create test_currentCustomerAccountBalance.c 2 years ago
Shivam Chaudhary fb1b114271 Fix false header file name 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
fdlt3817 cd78a96c03 Test arrangements 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
fdai7057 e9d4d56754 implementation of unit test for to_string() 2 years ago
fdai7057 c2c1eac497 renaming files: source and header files start with lower case letters. Fixingorder of statements in build-project.sh 2 years ago
fdai7514 da40d8b28b refactoring: changed some variable names in test_showGeneralInfoEmployee.c 2 years ago
fdai7514 5a78de5396 implement unittest for function showGeneralInfoEmployee() 2 years ago
fdai7057 9fd187a289 remove unnecessary directories, implement build script, move project.yml to a new place 2 years ago
fdai7514 c394e533c6 implement function showGeneralInfoEmployee() 2 years ago
Shivam Chaudhary 4375112d6c Remove unnecessary and duplicate files/folders 2 years ago
fdai7207 6ba008222b implement unit tests for the mainMenu 2 years ago
fdai7057 08444292cb refactoring: modification of unit tests for function generateID(), add array for values and for-loop to check assertions 2 years ago
fdai7057 41f0b11f71 refactoring: Modified unit test for function error(). Replaced variables with arras and consecutive execution of assertion calls with for-loops and added test cases for valid error codes. 2 years ago