Skip to content

bloominstituteoftechnology/ios-tictactoe-unit-tests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Tic Tac Toe Unit Tests - Guided Project

The goal of this project is practice writing unit tests, and additionally using them to find and fix bugs, and to enable confident refactoring in iOS projects.

This project will help you practice the concepts learned in the Unit Testing I - Intro to Unit Testing module of Sprint 8. After completing the lesson material and this project, you should be able to:

  • understand and explain the purpose of unit testing
  • add a test target to their existing app
  • implement unit tests using XCTestCase
  • use XCAssert functions to test whether code is working correctly
  • run unit tests in Xcode

Start - Fork and Clone Project Start

This repo includes the partly-finished version of the app, but missing text. We'll start with the version in this repo. Please do the following:

  1. Fork this repository to your own GitHub account.
  2. Clone your fork to your local machine.
  3. Open TicTacToe.xcodeproj

Continue

We'll continue building the project together in class.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages