blob: e57d0a030ef7a40c82c69ea54b8172e8b86b8e15 [file] [log] [blame]
//
// CordovaFrameworkTests.m
// CordovaFrameworkTests
//
// Created by Shazron Abdullah on 3/8/13.
// Copyright (c) 2013 Apache Foundation. All rights reserved.
//
#import "CordovaFrameworkTests.h"
@implementation CordovaFrameworkTests
- (void)setUp
{
[super setUp];
// Set-up code here.
}
- (void)tearDown
{
// Tear-down code here.
[super tearDown];
}
- (void)testExample
{
STFail(@"Unit tests are not implemented yet in CordovaFrameworkTests");
}
@end