FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
JavaScript/JavaScriptTests/JavaScriptTests.m at master · binarycooker/JavaScript · GitHub
binarycooker
/
JavaScript
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
JavaScript
/
JavaScriptTests
/
JavaScriptTests.m
Copy path
More file actions
More file actions
Latest commit
History
History
History
32 lines (24 loc) · 447 Bytes
Breadcrumbs
JavaScript
/
JavaScriptTests
/
JavaScriptTests.m
Copy path
File metadata and controls
32 lines (24 loc) · 447 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
//
//
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
Back
|
FazBrowse Home
|
New Git URL