Flutter Engine
 
Loading...
Searching...
No Matches
FlutterTestUtils.mm
Go to the documentation of this file.
1// Copyright 2013 The Flutter 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
6
8
10
11BOOL FLTThrowsObjcException(dispatch_block_t block) {
12 @try {
13 block();
14 } @catch (...) {
15 return YES;
16 }
17 return NO;
18}
FLUTTER_ASSERT_ARC BOOL FLTThrowsObjcException(dispatch_block_t block)
Returns YES if the block throws an exception.
int BOOL