Documentation
¶
Overview ¶
Package test provides test helpers.
Index ¶
- func DeepEqual(tb testing.TB, a, b any)
- func Err(tb testing.TB, err error)
- func ErrAs(tb testing.TB, err error, target any)
- func ExactEquals(tb testing.TB, g1, g2 geom.Geometry, opts ...geom.ExactEqualsOption)
- func NoErr(tb testing.TB, err error)
- func NotDeepEqual(tb testing.TB, a, b any)
- func NotExactEquals(tb testing.TB, g1, g2 geom.Geometry, opts ...geom.ExactEqualsOption)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExactEquals ¶ added in v0.56.0
func NotDeepEqual ¶ added in v0.56.0
func NotExactEquals ¶ added in v0.56.0
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.