Skip to content

mediamonks/MMMTestCase

Repository files navigation

MMMTestCase

Build Test

Our helpers for FBTestCase and XCTestCase.

(This is a part of MMMTemple suite of iOS libraries we use at MediaMonks.)

Installation

Podfile:

source 'https://github.com/mediamonks/MMMSpecs.git'
source 'https://github.com/CocoaPods/Specs.git'
...
pod 'MMMTestCase'

(Use 'MMMTestCase/ObjC' when Swift wrappers are not needed.)

SPM:

.package(url: "https://github.com/mediamonks/MMMTestCase", .upToNextMajor(from: "1.4.1"))

Usage

TBD