package aassert
import "github.com/go-arrower/arrower/aassert"
Package aassert provides a set of testing tools for use with the normal Go testing system.
Arrower encourages you to use the stretchr/testify/assert package. This package has additional arrower assertions that go beyond what testify is offering. assert is following the design decisions of testify/assert as close as possible.
Example
Index ¶
Functions ¶
func NumFields ¶
NumFields asserts that the given object struct does have expected number of public fields. Public fields of nested and embedded struct are counted as well.
Source Files ¶
- Version
- v0.0.0-20250311203644-ab26c1152cb4 (latest)
- Published
- Mar 11, 2025
- Platform
- linux/amd64
- Imports
- 4 packages
- Last checked
- 1 week ago –
Tools for package owners.