Documentation ¶
Overview ¶
Package assertauto provides helpers to automatically update the expected values of assertions.
This is highly experimental an not yet ready for public usage.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AllocsPerRun ¶ added in v0.4.2
AllocsPerRun asserts that a function allocates a certain number of times per run.
func DeepEqual ¶ added in v0.2.4
DeepEqual asserts that the value is deep equal to the expected value.
Types ¶
type Option ¶ added in v0.4.0
type Option func(*options)
Option is an option for assertauto.
func AssertOptions ¶ added in v0.4.0
AssertOptions returns an Option that sets the assert options.
Click to show internal directories.
Click to hide internal directories.