Chromium Code Reviews| Index: lib/unittest/unittest.dart |
| =================================================================== |
| --- lib/unittest/unittest.dart (revision 7774) |
| +++ lib/unittest/unittest.dart (working copy) |
| @@ -5,6 +5,8 @@ |
| /** |
| * A library for writing dart unit tests. |
| * |
| + * To import this library, specify the relative path to lib/unittest.dart. |
|
Siggi Cherem (dart-lang)
2012/05/18 23:33:32
lib/unittest.dart => lib/unittest/unittest.dart
|
| + * |
| * ##Concepts## |
| * |
| * * Tests: Tests are specified via the top-level function [test], they can be |