Flutter Engine
The Flutter Engine
testing
scenario_app
ios
Scenarios
ScenariosTests
ScenariosTests.m
Go to the documentation of this file.
1
// Copyright 2019 The Chromium Authors. All rights reserved.
2
// Use of this source code is governed by a BSD-style license that can be
3
// found in the LICENSE file.
4
5
#import <XCTest/XCTest.h>
6
7
@interface
ScenariosTests
: XCTestCase
8
9
@end
10
11
@implementation
ScenariosTests
12
13
- (void)
setUp
{
14
// Put setup code here. This method is called before the invocation of each test method in the
15
// class.
16
}
17
18
- (void)
tearDown
{
19
// Put teardown code here. This method is called after the invocation of each test method in the
20
// class.
21
}
22
23
- (void)
testExample
{
24
// This is an example of a functional test case.
25
// Use XCTAssert and related functions to verify your tests produce the correct results.
26
}
27
28
- (void)
testPerformanceExample
{
29
// This is an example of a performance test case.
30
[
self
measureBlock:^{
31
// Put the code you want to measure the time of here.
32
}];
33
}
34
35
@end
ScenariosTests
Definition:
ScenariosTests.m:8
-[ScenariosTests setUp]
void setUp()
Definition:
ScenariosTests.m:13
-[ScenariosTests testPerformanceExample]
void testPerformanceExample()
Definition:
ScenariosTests.m:28
-[ScenariosTests testExample]
void testExample()
Definition:
ScenariosTests.m:23
-[ScenariosTests tearDown]
void tearDown()
Definition:
ScenariosTests.m:18
Generated on Sun Jun 23 2024 21:55:19 for Flutter Engine by
1.9.4