An open API service indexing awesome lists of open source software.

https://github.com/aditi3/movie-tracker

Build a small application that aims to better equip for developing strong, scalable, and tested code from the very first line.
https://github.com/aditi3/movie-tracker

ios ios-app mobile-development swift testdrivendevlopment

Last synced: 3 months ago
JSON representation

Build a small application that aims to better equip for developing strong, scalable, and tested code from the very first line.

Awesome Lists containing this project

README

        

# Movie Tracker

Build a small application that aims to better equip for developing strong, scalable, and tested code from the very first line. Inlcudes unit test using Xcode and Swift, and conduct interface testing specifically for table views.

## Objectives
- Creating and expanding a data model
- Creating a manager class
- Testing class methods
- Checking for duplicates
- Testing table views - Delegate and Data Source Methods
- Mocking cells
- Testing cell selection