ShaarliCmdPostTest.m 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. //
  2. // ShaarliPostResponseTest.m
  3. // ShaarliOS
  4. //
  5. // Created by Marcus Rohrmoser on 12.10.15.
  6. // Copyright (c) 2015-2016 Marcus Rohrmoser http://mro.name/me. All rights reserved.
  7. //
  8. // This program is free software: you can redistribute it and/or modify
  9. // it under the terms of the GNU General Public License as published by
  10. // the Free Software Foundation, either version 3 of the License, or
  11. // (at your option) any later version.
  12. //
  13. // This program is distributed in the hope that it will be useful,
  14. // but WITHOUT ANY WARRANTY; without even the implied warranty of
  15. // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  16. // GNU General Public License for more details.
  17. //
  18. // You should have received a copy of the GNU General Public License
  19. // along with this program. If not, see <http://www.gnu.org/licenses/>.
  20. //
  21. #import <UIKit/UIKit.h>
  22. #import "XCTestCase+Tools.h"
  23. #import "ShaarliCmdPost.h"
  24. @interface ShaarliCmdPostTest : XCTestCase
  25. @end
  26. @implementation ShaarliCmdPostTest
  27. -(void)testExample
  28. {
  29. // This is an example of a functional test case.
  30. XCTAssert(YES, @"Pass");
  31. }
  32. @end