widget tests added

This commit is contained in:
2022-10-08 17:04:56 +01:00
parent 4a5f0b1413
commit cb3736857f

View File

@@ -3,7 +3,7 @@ import 'package:flutter/material.dart';
import 'package:flutter_test/flutter_test.dart';
void main() {
testWidgets('MyWidget has a title and message', (tester) async {
testWidgets('converter edit text controls test', (tester) async {
// Create the widget by telling the tester to build it.
const hintText = "Test hint text";
const enterText = "some random text";