aka RedditBar, Mac OS X menu bar reddit client
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

RedditBarTests.m 642B

12345678910111213141516171819202122232425262728293031323334
  1. //
  2. // RedditBarTests.m
  3. // RedditBarTests
  4. //
  5. // Created by Thomas Buck on 30.11.13.
  6. // Copyright (c) 2013 xythobuz. All rights reserved.
  7. //
  8. #import <XCTest/XCTest.h>
  9. @interface RedditBarTests : XCTestCase
  10. @end
  11. @implementation RedditBarTests
  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. - (void)testExample
  23. {
  24. XCTFail(@"No implementation for \"%s\"", __PRETTY_FUNCTION__);
  25. }
  26. @end