Documentation
¶
Overview ¶
Package testify lets you use all expectto/be matchers with the testify/assert and testify/require packages.
It lives in its own module (github.com/expectto/be/x/testify) so the core `be` module never depends on testify. The be matchers use gomega internally as their matching engine, but that is an implementation detail: this adapter never exposes gomega's API, and it reshapes gomega's vertical, type-tagged failure messages into compact, testify-native one-liners (see internal/beformat).
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Assert ¶
Assert uses a BeMatcher to assert that the actual value passes the matcher. It returns true if the match succeeds; otherwise, it fails the test using testify's assert.
Types ¶
This section is empty.