You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Each Challenge has Class, repo and Unit Tests totalling Three Assemblies. In all 9 Different essemblies.
What These Chanllenges need was the following in general terms
a. To add something
b. To Delete
c. To To Update by adding or deleting new features
d. List all the items
The ways this was all achived was to declare a class, enums in the Class. Then adding methods (CRUD) in Repo and eventually buiding out UI in the console.
Unit Tests:
Performed Unit Tets on all the methods in the repo. Some Tets are combined and other are seperate.
Console Application:
Console Application (UI) was writtenout for User in the window to enter their user Input.