Chromium Code Reviews| Index: pkg/unittest/lib/src/interfaces.dart |
| =================================================================== |
| --- pkg/unittest/lib/src/interfaces.dart (revision 24434) |
| +++ pkg/unittest/lib/src/interfaces.dart (working copy) |
| @@ -26,6 +26,8 @@ |
| * some cases - e.g. language conversion. |
| */ |
| abstract class Description { |
| + int get length; |
| + |
| /** Change the value of the description. */ |
| Description replace(String text); |