MessageBuilder has helper methods to create messages.
| 24 | |
| 25 | // MessageBuilder has helper methods to create messages. |
| 26 | type MessageBuilder struct { |
| 27 | appID uint |
| 28 | db *Database |
| 29 | } |
| 30 | |
| 31 | // NewDBWithDefaultUser creates a new test db instance with the default user. |
| 32 | func NewDBWithDefaultUser(t *testing.T) *Database { |
nothing calls this directly
no outgoing calls
no test coverage detected