Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
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
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
void testPerformanceExample()