Documentation
¶
Overview ¶
Package assert is an utility package containing reusable testing functionality extending github.com/stretchr/testify/assert
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EventuallyTrue ¶
func EventuallyTrue(t *testing.T, timeout time.Duration, fn func() bool, msgAndArgs ...interface{}) bool
EventuallyTrue asserts that the given predicate becomes true within the given timeout. It checks the predicate regularly each 100ms.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.