Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DiffMatcher ¶
Differ is a type of matcher that will need to diff its expected and actual values.
type Expectation ¶
Expectation is provided to make it clear what the expect function does.
type Opt ¶
Opt is an option that can be passed to New to modify Expectations.
func WithDiffer ¶
WithDiffer stores the diff.Differ to be used when displaying diffs between actual and expected values.
type THelper ¶
type THelper interface {
Helper()
}
THelper has the method that tells the testing framework that it can declare itself a test helper.
Click to show internal directories.
Click to hide internal directories.