RileyLinkTests.m 554 B

123456789101112131415161718192021222324252627282930
  1. //
  2. // RileyLinkTests.m
  3. // RileyLinkTests
  4. //
  5. // Created by Pete Schwamb on 7/31/14.
  6. // Copyright (c) 2014 Pete Schwamb. All rights reserved.
  7. //
  8. #import <XCTest/XCTest.h>
  9. @interface RileyLinkTests : XCTestCase
  10. @end
  11. @implementation RileyLinkTests
  12. - (void)setUp
  13. {
  14. [super setUp];
  15. // Put setup code here. This method is called before the invocation of each test method in the class.
  16. }
  17. - (void)tearDown
  18. {
  19. // Put teardown code here. This method is called after the invocation of each test method in the class.
  20. [super tearDown];
  21. }
  22. @end