mirror of
https://github.com/hmalik144/easy_cc_flutter.git
synced 2025-12-10 03:05:34 +00:00
widget tests added
This commit is contained in:
@@ -3,7 +3,7 @@ import 'package:flutter/material.dart';
|
|||||||
import 'package:flutter_test/flutter_test.dart';
|
import 'package:flutter_test/flutter_test.dart';
|
||||||
|
|
||||||
void main() {
|
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.
|
// Create the widget by telling the tester to build it.
|
||||||
const hintText = "Test hint text";
|
const hintText = "Test hint text";
|
||||||
const enterText = "some random text";
|
const enterText = "some random text";
|
||||||
|
|||||||
Reference in New Issue
Block a user