Files
RestKit/Tests/Application/UI/RKTableViewCellMappingTest.m
Jawwad Ahmad eaa5484b01 Placing opening braces on a new line for methods to match Apple convention. Refs #614
Used uncrustify's "nl_fdef_brace = add" option to detect issues.
2012-06-04 00:36:19 -04:00

39 lines
501 B
Objective-C

//
// RKTableViewCellMappingTest.m
// RestKit
//
// Created by Blake Watters on 8/4/11.
// Copyright (c) 2009-2012 RestKit. All rights reserved.
//
#import "RKTestEnvironment.h"
#import "RKTableViewCellMapping.h"
@interface RKTableViewCellMappingTest : RKTestCase
@end
@implementation RKTableViewCellMappingTest
- (void)testCallTheDesignatedInitializerOnUITableViewCell
{
}
- (void)testDequeueReusableCells
{
}
- (void)testSetTheAccessoryType
{
}
- (void)testSetTheCellStyle
{
}
@end