Definition at line 12 of file AppLifecycleTests.m.
◆ initForLifecycle:forStep:
- (instancetype) initForLifecycle: |
|
(NSString*) |
expectedLifecycle |
forStep: |
|
(NSString*) |
step |
|
|
| |
Definition at line 15 of file AppLifecycleTests.m.
23
24
25
26 self = [super initWithDescription:[NSString stringWithFormat:@"Expected state %@ during step %@",
27 expectedLifecycle, step]];
28 _expectedLifecycle = [expectedLifecycle copy];
29 return self;
30}
static int step(int x, SkScalar min, SkScalar max)
NSString * expectedLifecycle
◆ expectedLifecycle
- (NSString*) expectedLifecycle |
|
readnonatomiccopy |
The documentation for this class was generated from the following file: