// Use of this source code is governed by a BSD-style license that can be// found in the LICENSE file.import'package:flutter/foundation.dart';import'package:flutter_test/flutter_test.dart';voidmain(){testWidgets('Exception handling in test harness - string',(WidgetTestertester)async{throw'Who lives, who dies, who tells your story?';});testWidgets('Exception handling in test harness - FlutterError',(WidgetTestertester)async{