Browse Source
implement unit tests for the function storeEmployeeData() and fixed a bug in the unit tests of the function chooseOption.
remotes/origin/feature/employees-infos-access
implement unit tests for the function storeEmployeeData() and fixed a bug in the unit tests of the function chooseOption.
remotes/origin/feature/employees-infos-access
fdai7207
2 years ago
8 changed files with 90 additions and 19 deletions
-
4build-project.sh
-
24src/createEmployeeAccount.c
-
10src/createEmployeeAccount.h
-
5src/employeesCredentialsList.txt
-
28src/employeesData.txt
-
2src/mainMenu.c
-
28tests/test_createEmployeeAccount.c
-
6tests/test_mainMenu.c
@ -1,36 +1,38 @@ |
|||
Employee 1 |
|||
Username : Atharva |
|||
Name : Atharva |
|||
last name : Naik |
|||
Last name : Naik |
|||
Adress : Fulda,leipzigerstrasse,1 |
|||
Phone number : +4964169865172 |
|||
|
|||
Employee 2 |
|||
|
|||
Name : Can |
|||
last name : Hacioglu |
|||
Last name : Hacioglu |
|||
Adress : Fulda,leipzigerstrasse,2 |
|||
Phone number : +4915973325487 |
|||
|
|||
Employee 3 |
|||
|
|||
Name : Haytham |
|||
last name : Daoula |
|||
Last name : Daoula |
|||
Adress : Fulda,leipzigerstrasse,3 |
|||
Phone number : +4995435870169 |
|||
|
|||
Employee 4 |
|||
|
|||
Name : Julius |
|||
last name : Engel |
|||
Last name : Engel |
|||
Adress : Fulda,leipzigerstrasse,4 |
|||
Phone number : +4939172972187 |
|||
|
|||
Employee 5 |
|||
|
|||
Name : Mohamed |
|||
last name : Dahi |
|||
Last name : Dahi |
|||
Adress : Fulda,leipzigerstrasse,5 |
|||
Phone number : +4921865106647 |
|||
|
|||
Employee 6 |
|||
|
|||
Name : Shivam |
|||
last name : Chaudhary |
|||
Last name : Chaudhary |
|||
Adress : Fulda,leipzigerstrasse,6 |
|||
Phone number : +4918756871384 |
|||
|
|||
|
|||
|
|||
|
Write
Preview
Loading…
Cancel
Save
Reference in new issue