adilanchian / Mocklook

iOS Engineer Challenge for Outlook iOS Mobile Team!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Verify all unit tests

adilanchian opened this issue · comments

Check to make sure each manager has a good pass of unit tests for Mocklook.

Unit tests for CalendarManager have been implemented.

Next is to verify all unit tests for AppointmentManager are set.

Pushed the last unit test. I did not include a test for sortAppointments as I use a built in Swift method on the Date object. Felt like this was overkill to test.