| 123456789101112131415161718192021222324252627282930 |
- //
- // RileyLinkTests.m
- // RileyLinkTests
- //
- // Created by Pete Schwamb on 7/31/14.
- // Copyright (c) 2014 Pete Schwamb. All rights reserved.
- //
- #import <XCTest/XCTest.h>
- @interface RileyLinkTests : XCTestCase
- @end
- @implementation RileyLinkTests
- - (void)setUp
- {
- [super setUp];
- // Put setup code here. This method is called before the invocation of each test method in the class.
- }
- - (void)tearDown
- {
- // Put teardown code here. This method is called after the invocation of each test method in the class.
- [super tearDown];
- }
- @end
|