MMMTestCase
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