Username returns the username of this user.
()
| 23 | |
| 24 | // Username returns the username of this user. |
| 25 | func (u *TestUser) Username() string { |
| 26 | return u.username |
| 27 | } |
| 28 | |
| 29 | // Password returns the current password for this user. |
| 30 | func (u *TestUser) Password() string { |
no outgoing calls