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
|
c14d061ac4
|
refactoring: change variable names and format code in 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
|
9e0d1cece9
|
refactoring: change variable names and format code in calculatorSubtract.c and calculatorSubtract.h
|
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
|
9a8bfb585e
|
refactoring: change variable names calculatorAdd.c and calculatorAdd.h
|
2 years ago |
fdai7514
|
22c4f86636
|
implement unittest for calculatorAdd.c
|
2 years ago |
fdai7514
|
bce3b53bb8
|
implement function calculatorAdd()
|
2 years ago |
fdai6618
|
47586c3d42
|
refactoring getAvailableBalance
|
2 years ago |
fdai6618
|
ea15eb3d0e
|
add CustomerData file
|
2 years ago |
fdai7514
|
0756ad91ff
|
refactoring: implement new variables in test_requestLoan.c
|
2 years ago |
fdai7514
|
ec11d3d7c9
|
refactoring: implement new variables and comments in requestLoan.c and requestLoan.h
|
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
|
fc6033da00
|
refactoring: removed redundant code from the function isValidPhoneNumber() and the constant from the function and added it to the header file.
|
2 years ago |
fdai7207
|
1e047c30b0
|
implement the function isValidPhoneNumber() in the getNewEmployeeCredentials() function.
|
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
|
d5952a55bf
|
refactoring: removed some constants from the .c file and added them to the header file and made the isValidName() function more readable.
|
2 years ago |
fdai7207
|
cb92ce69b6
|
implement the isValidName() in the getNewEmployeeCredentials() and fixed a bug in the createNewEmployee() function.
|
2 years ago |
fdai7207
|
80b26f2a6d
|
implement unit tests for the new function isvalidName().
|
2 years ago |
fdlt3817
|
9cfd0e9908
|
Revert "Test arrangements"
This reverts commit cd78a96c03 .
|
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
|
4c112e72e6
|
Add needed headers for currency change toUSD
|
2 years ago |
Shivam Chaudhary
|
336d01499a
|
Add feature to change currency to USD
|
2 years ago |
fdlt3817
|
836815ad44
|
Fix header file for deposit
|
2 years ago |
fdlt3817
|
f5d1684e33
|
Fix an error of deposit function
|
2 years ago |
fdlt3817
|
b0b991e856
|
Create customer interface for deposit
|
2 years ago |
fdlt3817
|
53f0b3dd72
|
Adjustments to deposit function
|
2 years ago |
fdlt3817
|
a1a8e82199
|
Merge branch 'feature/deposit-system' into feature/balance-operations
|
2 years ago |
fdlt3817
|
0a8d9c9699
|
Created a fail case for non-existent customers
|
2 years ago |
fdlt3817
|
87e16d0b27
|
Created an error system that displays error information
|
2 years ago |
Shivam Chaudhary
|
69b08ccb8f
|
Modify function's name and parameter
|
2 years ago |
Shivam Chaudhary
|
fc0854cf5c
|
Add missing headers
|
2 years ago |
Shivam Chaudhary
|
ce2bd02446
|
Refactoring: Add more data and organise code
|
2 years ago |
Shivam Chaudhary
|
ce29bd9b4f
|
Add missing declaration of parameter of function
|
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
|
a76cb12cb2
|
Merge branch 'feature/withdraw-money-system' into feature/balance-operations
|
2 years ago |