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

Unified Diff: impl/dummy/dummy.go

Issue 1522783002: Add User Testing interface to impl/memory. (Closed) Base URL: https://github.com/luci/gae.git@logging_service
Patch Set: add logout Created 5 years 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 | « no previous file | impl/memory/user.go » ('j') | impl/memory/user.go » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: impl/dummy/dummy.go
diff --git a/impl/dummy/dummy.go b/impl/dummy/dummy.go
index 3fdec2f5fa73ee538b1742f2fd644a594653789c..d9f1374b68b0affdddb6dad7c82b078657e5872b 100644
--- a/impl/dummy/dummy.go
+++ b/impl/dummy/dummy.go
@@ -174,6 +174,7 @@ func (u) LoginURL(string) (string, error) { panic(ni()) }
func (u) LoginURLFederated(string, string) (string, error) { panic(ni()) }
func (u) LogoutURL(string) (string, error) { panic(ni()) }
func (u) OAuthConsumerKey() (string, error) { panic(ni()) }
+func (u) Testing() user.Testing { panic(ni()) }
var dummyUserInst = u{}
« no previous file with comments | « no previous file | impl/memory/user.go » ('j') | impl/memory/user.go » ('J')

Powered by Google App Engine
This is Rietveld 408576698