//
// JavaScriptTests.m
// JavaScriptTests
//
// Created by Ansel on 12-11-27.
// Copyright (c) 2012年 Ansel. All rights reserved.
//
#import "JavaScriptTests.h"
@implementation JavaScriptTests
- (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 JavaScriptTests");
}
@end