| [ Web Proxy ] |
| Viewing: https://raw.githubusercontent.com/binarycooker/JavaScript/master/JavaScriptTests/JavaScriptTests.m | [Back] [Original] |
//
// 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
| Web Proxy Viewer | New URL | Original Page |