Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Logger ¶
type Logger struct { Fatals []string Errors []string Messages []string // contains filtered or unexported fields }
Logger implements Test and allows for inspection of the calls.
func (*Logger) ExpectMessage ¶
ExpectMessage returns the message at given index.
func (*Logger) ExpectMessages ¶
ExpectMessages returns the messages as a expect-value.
Click to show internal directories.
Click to hide internal directories.