[go: nahoru, domu]

Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

[instrumentation_adapter] Add support for running tests with Flutter driver #2050

Merged
merged 3 commits into from
Sep 9, 2019
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix analyzer issues
  • Loading branch information
collinjackson committed Sep 9, 2019
commit cc1c6d8ef8cbe63ad2c72fb40ff77e899f5bbf25
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ class InstrumentationAdapterFlutterBinding
{String description = '', Duration timeout}) async {
// TODO(jackson): Report the results individually instead of all at once
// See https://github.com/flutter/flutter/issues/38985
TestExceptionReporter valueBeforeTest = reportTestException;
final TestExceptionReporter valueBeforeTest = reportTestException;
reportTestException =
(FlutterErrorDetails details, String testDescription) {
_results[description] = 'failed';
Expand Down