flutty_test 0.1.0 copy "flutty_test: ^0.1.0" to clipboard
flutty_test: ^0.1.0 copied to clipboard

Testing utilities, helpers and matchers for Flutty packages.

flutty_test #

pub package pub points likes

Testing utilities, helpers and matchers for Flutty packages.

Installation #

dev_dependencies:
  flutty_test: ^0.1.0

Usage #

import 'package:flutty_test/flutty_test.dart';

void main() {
  testWidgets('my widget test', (tester) async {
    // Pump a widget wrapped in MaterialApp
    await tester.pumpApp(MyWidget());
    expect(find.text('Hello'), findsOneWidget);
  });
}

API Documentation #

See the API docs for full documentation.

2
likes
0
points
368
downloads

Publisher

unverified uploader

Weekly Downloads

Testing utilities, helpers and matchers for Flutty packages.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, flutter_test

More

Packages that depend on flutty_test