# Functions
NewFakeUserDefaultError returns an instance of FakeUser with all hooks configured to call t.Error.
NewFakeUserDefaultFatal returns an instance of FakeUser with all hooks configured to call t.Fatal.
NewFakeUserDefaultPanic returns an instance of FakeUser with all hooks configured to panic.
# Structs
FakeUser is a mock implementation of User for testing.
UserIDInvocation represents a single call of FakeUser.ID.
UserStringInvocation represents a single call of FakeUser.String.
# Interfaces
No description provided by the author
UserTestingT represents the methods of "testing".T used by charlatan Fakes.