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

Unified Diff: test/db/properties_test.dart

Issue 2261453002: Implement missing interface member in mock ModelDB (Closed) Base URL: git@github.com:dart-lang/gcloud.git@master
Patch Set: Version 0.2.0+14 Created 4 years, 4 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 | « pubspec.yaml ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/db/properties_test.dart
diff --git a/test/db/properties_test.dart b/test/db/properties_test.dart
index d0ae074f61baeb1432746d1a9498845b1f33c5b0..eed59e9ec7a0ad9fe5ce1eac5f8be5975d342404 100644
--- a/test/db/properties_test.dart
+++ b/test/db/properties_test.dart
@@ -238,4 +238,5 @@ class ModelDBMock implements ModelDB {
datastore.Entity toDatastoreEntity(Model model) => null;
String fieldNameToPropertyName(String kind, String fieldName) => null;
String kindName(Type type) => null;
+ Object toDatastoreValue(String kind, String fieldName, Object value) => null;
}
« no previous file with comments | « pubspec.yaml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698