Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Instance Methods | List of all members
ScenariosTests Class Reference
Inheritance diagram for ScenariosTests:

Instance Methods

(void) - setUp [implementation]
 
(void) - tearDown [implementation]
 
(void) - testExample [implementation]
 
(void) - testPerformanceExample [implementation]
 

Detailed Description

Definition at line 7 of file ScenariosTests.m.

Method Documentation

◆ setUp

- (void) setUp
implementation

Definition at line 1 of file ScenariosTests.m.

13 {
14 // Put setup code here. This method is called before the invocation of each test method in the
15 // class.
16}

◆ tearDown

- (void) tearDown
implementation

Definition at line 1 of file ScenariosTests.m.

18 {
19 // Put teardown code here. This method is called after the invocation of each test method in the
20 // class.
21}

◆ testExample

- (void) testExample
implementation

Definition at line 1 of file ScenariosTests.m.

23 {
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}

◆ testPerformanceExample

- (void) testPerformanceExample
implementation

Definition at line 1 of file ScenariosTests.m.

28 {
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}

The documentation for this class was generated from the following file: