Files
MagicalRecord/Unit Tests/MagicalDataImportTestCase.h
Saul Mora bee9f4a3cf Fix some data import tests
Added data update tests
2011-09-05 12:30:01 -06:00

19 lines
379 B
Objective-C

//
// MagicalDataImportTestCase.h
// Magical Record
//
// Created by Saul Mora on 8/16/11.
// Copyright (c) 2011 Magical Panda Software LLC. All rights reserved.
//
#import <GHUnitIOS/GHUnit.h>
@interface MagicalDataImportTestCase : GHTestCase
@property (nonatomic, retain) id testEntityData;
@property (nonatomic, retain) id testEntity;
- (Class) testEntityClass;
@end