forked from 781flyingdutchman/background_downloader
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest_output.txt
More file actions
23 lines (19 loc) · 2.11 KB
/
test_output.txt
File metadata and controls
23 lines (19 loc) · 2.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
00:00 +0: loading /Users/bram/StudioProjects/background_downloader/example/integration_test/general_test.dart Error: Couldn't resolve the package 'integration_test' in 'package:integration_test/integration_test.dart'.
example/integration_test/general_test.dart:18:8: Error: Not found: 'package:integration_test/integration_test.dart'
import 'package:integration_test/integration_test.dart';
^
example/integration_test/general_test.dart:21:3: Error: Undefined name 'IntegrationTestWidgetsFlutterBinding'.
IntegrationTestWidgetsFlutterBinding.ensureInitialized();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
00:00 +0 -1: loading /Users/bram/StudioProjects/background_downloader/example/integration_test/general_test.dart [E]
Failed to load "/Users/bram/StudioProjects/background_downloader/example/integration_test/general_test.dart":
Compilation failed for testPath=/Users/bram/StudioProjects/background_downloader/example/integration_test/general_test.dart: Error: Couldn't resolve the package 'integration_test' in 'package:integration_test/integration_test.dart'.
example/integration_test/general_test.dart:18:8: Error: Not found: 'package:integration_test/integration_test.dart'
import 'package:integration_test/integration_test.dart';
^
example/integration_test/general_test.dart:21:3: Error: Undefined name 'IntegrationTestWidgetsFlutterBinding'.
IntegrationTestWidgetsFlutterBinding.ensureInitialized();
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.
To run this test again: /Users/bram/development/flutter/bin/cache/dart-sdk/bin/dart test /Users/bram/StudioProjects/background_downloader/example/integration_test/general_test.dart -p vm --plain-name 'loading /Users/bram/StudioProjects/background_downloader/example/integration_test/general_test.dart'
00:00 +0 -1: Some tests failed.