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

Unified Diff: packages/quiver/lib/testing/src/time/time.dart

Issue 2989763002: Update charted to 0.4.8 and roll (Closed)
Patch Set: Removed Cutch from list of reviewers Created 3 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 | « packages/quiver/lib/testing/src/runtime/checked_mode.dart ('k') | packages/quiver/lib/testing/time.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: packages/quiver/lib/testing/src/time/time.dart
diff --git a/packages/quiver/lib/testing/src/time/time.dart b/packages/quiver/lib/testing/src/time/time.dart
index 01049cfdd60c64b11f4b30fb161337c82f88ee82..46cc41f5c0acec11788a34aefaa81726ad509864 100644
--- a/packages/quiver/lib/testing/src/time/time.dart
+++ b/packages/quiver/lib/testing/src/time/time.dart
@@ -14,15 +14,11 @@
part of quiver.testing.time;
-/**
- * Returns the current test time in microseconds.
- */
+/// Returns the current test time in microseconds.
typedef int Now();
-/**
- * A [Stopwatch] implementation that gets the current time in microseconds
- * via a user-supplied function.
- */
+/// A [Stopwatch] implementation that gets the current time in microseconds
+/// via a user-supplied function.
class FakeStopwatch implements Stopwatch {
Now _now;
int frequency;
« no previous file with comments | « packages/quiver/lib/testing/src/runtime/checked_mode.dart ('k') | packages/quiver/lib/testing/time.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698