Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Equality ¶
type Equality struct { // Message is the prefix message for the assersion Message string // Expected is the expected value for the assersion Expected string // Got is the actual value Got string // Continue used to determine weather or not to continue with futher assertions. IsEqual bool }
func ErrorEquality ¶
Click to show internal directories.
Click to hide internal directories.