CocoaPods trunk is moving to be read-only. Read more on the blog, there are 9 months to go.
| TestsTested | ✓ |
| LangLanguage | Obj-CObjective C |
| License | Apache 2 |
| ReleasedLast Release | Mar 2015 |
Maintained by Pritesh Shah.
To build Rest2Mobile from source and run the tests, follow these steps:
Rest2Mobile includes a suite of unit tests within the Tests subdirectory. In order to run the unit tests, you must install the testing dependencies via CocoaPods:
$ git clone https://github.com/magnetsystems/r2m-sdk-ios.git
$ cd r2m-sdk-ios/Tests
$ pod install
Once testing dependencies are installed, you can execute the test suite via the 'iOS Tests' scheme within Xcode.
Tests can also be run from the command line or within a continuous integration environment. The xcpretty utility needs to be installed before running the tests from the command line:
$ gem install xcpretty
Once xcpretty is installed, you can execute the suite via rake test.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this software except in compliance with the License.
Copyright © 2014 Magnet Systems, Inc. All rights reserved.