35 lines
678 B
Objective-C

//
// ipbc_ClientTests.m
// ipbc-ClientTests
//
// Created by Gerrit Linnemann on 25.10.13.
// Copyright (c) 2013 Adawim UG (haftungsbeschränkt). All rights reserved.
//
#import <XCTest/XCTest.h>
@interface ipbc_ClientTests : XCTestCase
@end
@implementation ipbc_ClientTests
- (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];
}
- (void)testExample
{
XCTFail(@"No implementation for \"%s\"", __PRETTY_FUNCTION__);
}
@end