Chromium Code Reviews| Index: lib/unittest/interfaces.dart |
| =================================================================== |
| --- lib/unittest/interfaces.dart (revision 9562) |
| +++ lib/unittest/interfaces.dart (working copy) |
| @@ -23,6 +23,9 @@ |
| * some cases - e.g. language conversion. |
| */ |
| interface Description { |
| + /** Change the value of the description. */ |
| + Description replace(String text); |
| + |
| /** This is used to add arbitrary text to the description. */ |
| Description add(String text); |