blob: 3be0c54a6aa3775a47fe3535226397b92ebf37c8 [file] [log] [blame]
name: unittest
version: 0.11.5+3
author: Dart Team <misc@dartlang.org>
description: A library for writing dart unit tests.
homepage: https://github.com/dart-lang/unittest
environment:
sdk: '>=1.0.0 <2.0.0'
dependencies:
stack_trace: '>=0.9.0 <2.0.0'
# Because unittest exports matcher, it needs to keep its version constraint
# tight to ensure that a constraint on unittest properly constraints all
# features it provides.
matcher: '>=0.11.4 <0.11.5'
dev_dependencies:
metatest: '>=0.1.0 <0.2.0'