Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
J
jjd-ios
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张杰
jjd-ios
Commits
42ce9538
Commit
42ce9538
authored
May 18, 2016
by
polo2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
init
parent
78142798
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
39 additions
and
0 deletions
+39
-0
_Tests.m
红/红Tests/_Tests.m
+39
-0
No files found.
红/红Tests/_Tests.m
0 → 100644
View file @
42ce9538
//
// _Tests.m
// 红Tests
//
// Created by 焦钟培 on 15/12/14.
// Copyright © 2015年 焦钟培. All rights reserved.
//
#import <XCTest/XCTest.h>
@interface
_Tests
:
XCTestCase
@end
@implementation
_Tests
-
(
void
)
setUp
{
[
super
setUp
];
// Put setup code here. This method is called before the invocation of each test method in the class.
}
-
(
void
)
tearDown
{
// Put teardown code here. This method is called after the invocation of each test method in the class.
[
super
tearDown
];
}
-
(
void
)
testExample
{
// This is an example of a functional test case.
// Use XCTAssert and related functions to verify your tests produce the correct results.
}
-
(
void
)
testPerformanceExample
{
// This is an example of a performance test case.
[
self
measureBlock
:
^
{
// Put the code you want to measure the time of here.
}];
}
@end
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment