dart_assert 0.0.1 copy "dart_assert: ^0.0.1" to clipboard
dart_assert: ^0.0.1 copied to clipboard

Dart 1 only

Dart Assert provides a rich and intuitive set of strongly typed assertions to use for unit testing. Inspired by AssertJ

#Dart Assert

Dart Assert provides a rich and intuitive set of strongly typed assertions to use for unit testing. Inspired by AssertJ.

Distributed under the Apache 2.0 License.

Getting Started #

Create a Dart project and add a pubspec.yaml file to it

dependencies:
  dart_assert: any

and run

pub install

Samples #

import 'package:assert_dart/assert_dart.dart';


assertThisObject("Hello")..isNotNull()
                        ..isEqualTo("Hello");

0
likes
0
points
12
downloads

Publisher

unverified uploader

Weekly Downloads

Dart Assert provides a rich and intuitive set of strongly typed assertions to use for unit testing. Inspired by AssertJ

View/report issues

License

unknown (license)

More

Packages that depend on dart_assert