mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 10:49:00 +00:00
fab20ad449
R=ricow@google.com Review URL: https://codereview.chromium.org//710283002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@41656 260f80e4-7a28-3924-810f-c04153c831b5
12 lines
428 B
YAML
12 lines
428 B
YAML
name: expect
|
|
version: 0.9.1-dev
|
|
author: "Dart Team <misc@dartlang.org>"
|
|
homepage: http://www.dartlang.org
|
|
description: >
|
|
Expect is used for tests that do not want to make use of the
|
|
Dart unit test library - for example, the core language tests.
|
|
Third parties are discouraged from using this, and should use
|
|
the expect() function in the unit test library instead for
|
|
test assertions.
|
|
environment:
|
|
sdk: ">=0.8.10+6 <2.0.0"
|