/MapView/UnitTesting/RouteMeTests.h
http://github.com/route-me/route-me · C Header · 23 lines · 10 code · 4 blank · 9 comment · 0 complexity · 4a3110b57036b4039aa81b4572e19ee4 MD5 · raw file
- //
- // RouteMeTests.h
- // MapView
- //
- // Created by Hal Mueller on 4/6/09.
- // Copyright 2009 Route-Me Contributors. All rights reserved.
- //
- #import "GTMSenTestCase.h"
- #import "GTMUIKit+UnitTesting.h"
- #import <CoreLocation/CoreLocation.h>
- @class RMMapView;
- /// Unit tests go here. See http://developer.apple.com/tools/unittest.html
- ///and http://code.google.com/p/google-toolbox-for-mac/wiki/iPhoneUnitTesting for guidance.
- @interface RouteMeTests : SenTestCase {
- RMMapView *mapView;
- UIView *contentView;
- CLLocationCoordinate2D initialCenter;
- }
- @end