-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feature: working on tests (stringcare lock)
- Loading branch information
1 parent
78d44d0
commit 8db8fce
Showing
20 changed files
with
303 additions
and
210 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
32 changes: 20 additions & 12 deletions
32
example/integration_test/catalog_widget_integration_test.dart
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,25 @@ | ||
/// AUTOGENERATED FILE. DO NOT EDIT | ||
import 'package:example/widgets/utils/bottom/catalog/integration_test/fab_widget_integration_test.dart' | ||
as zcch; | ||
import 'package:example/widgets/screen/catalog/integration_test/body_widget_integration_test.dart' | ||
as uetd; | ||
import 'package:example/widgets/screen/catalog/integration_test/counter_widget_integration_test.dart' | ||
as uoui; | ||
import 'package:example/widgets/catalog/integration_test/main_screen_integration_test.dart' | ||
as klxv; | ||
/// Launch on Android or iOS as usual. | ||
/// Launch on Web with: | ||
/// | ||
/// chromedriver --port=4444 | ||
/// flutter drive --driver=test_driver/integration_test.dart --target=integration_test/catalog_widget_integration_test.dart -d chrome | ||
import 'package:integration_test/integration_test.dart'; | ||
|
||
import 'package:example/widgets/utils/bottom/catalog/integration_test/fab_widget_integration_test.dart' as mzpp; | ||
import 'package:example/widgets/screen/catalog/integration_test/body_widget_integration_test.dart' as satm; | ||
import 'package:example/widgets/screen/catalog/integration_test/counter_widget_integration_test.dart' as azmi; | ||
import 'package:example/widgets/catalog/integration_test/main_screen_integration_test.dart' as kbve; | ||
|
||
void main() { | ||
zcch.FabWidgetIntegrationTest().main(); | ||
uetd.BodyWidgetIntegrationTest().main(); | ||
uoui.CounterWidgetIntegrationTest().main(); | ||
klxv.MainScreenIntegrationTest().main(); | ||
IntegrationTestWidgetsFlutterBinding.ensureInitialized(); | ||
|
||
mzpp.FabWidgetIntegrationTest().main(); | ||
satm.BodyWidgetIntegrationTest().main(); | ||
azmi.CounterWidgetIntegrationTest().main(); | ||
kbve.MainScreenIntegrationTest().main(); | ||
} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.