Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4)

Unified Diff: lib/unittest/interfaces.dart

Issue 10702177: Fix the weird names that can occur in exceptions and logs when there is no (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « lib/unittest/description.dart ('k') | lib/unittest/mock.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « lib/unittest/description.dart ('k') | lib/unittest/mock.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698