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.
- Host: GitHub
- URL: https://github.com/aditi3/movie-tracker
- Owner: Aditi3
- Created: 2021-07-03T08:54:08.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-06T04:55:49.000Z (almost 4 years ago)
- Last Synced: 2025-01-17T09:46:55.993Z (4 months ago)
- Topics: ios, ios-app, mobile-development, swift, testdrivendevlopment
- Language: Swift
- Homepage:
- Size: 787 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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