rad_test 0.6.2 copy "rad_test: ^0.6.2" to clipboard
rad_test: ^0.6.2 copied to clipboard

Platformweb

A testing library for testing applications that are written using Rad.

Rad - Testing library #

A testing library for Rad applications, heavily inspired from flutter_test.

Rad(test-pkg)

Example usage #

import 'package:rad_test/rad_test.dart';

void main() {
  testWidgets('should build text widget', (WidgetTester tester) async {
    await tester.pumpWidget(Text('hello world'));

    expect(tester.find.text('hello world'), findsOneWidget);
  });
}

For more please checkout examples here.

License #

Source is governed by a BSD-style license that can be found in LICENSE file. Parts of source code in this library are borrowed from flutter-testing library which are also governed by a BSD-style license that can be found here.

0
likes
140
pub points
0%
popularity

Publisher

verified publishererlage.com

A testing library for testing applications that are written using Rad.

Repository (GitHub)
View/report issues
Contributing

Documentation

Documentation
API reference

License

BSD-3-Clause (LICENSE)

Dependencies

meta, rad, test

More

Packages that depend on rad_test