tkersey / Testing.swift

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Testing.swift

An example of three commmon means of mocking dependencies (collaborators) for unit testing in Swift.

Usage

  1. git clone https://github.com/tkersey/Testing.swift

Procotol

Inheritance

Concrete instance (Preferred approach)

About

License:MIT License


Languages

Language:Swift 100.0%