added test files

This commit is contained in:
commitimpush 2022-09-02 08:47:35 +02:00
parent 8436a417ae
commit 4953dbe853
3 changed files with 6 additions and 23 deletions

View file

@ -1,22 +0,0 @@
// import 'package:flutter/material.dart';
// import 'package:flutter_test/flutter_test.dart';
// import '../lib/main.dart';
// void main() {
// testWidgets("Test Main widget", ((WidgetTester tester) async {
// // Initialization
// final openImagePickerButton = find.byKey(const ValueKey("PickImageButton"));
// // Execute Test
// await tester.pumpWidget(const MaterialApp(
// home:
// ImagePickerExampleHomePage(title: 'Flutter Image Picker Example')));
// await tester.tap(openImagePickerButton);
// await tester.pump();
// // Check Result
// // expect(, findsOneWidget);
// }));
// }

View file

@ -1 +1,3 @@
main() {
}

View file

@ -0,0 +1,3 @@
main() {
}