package
0.0.0-20220831181609-9c88ebf2c706
Repository: https://github.com/adamcolton/geom.git
Documentation: pkg.go.dev
# Functions
AssertEqual can compare anything that implements geomtest.AssertEqualizer.
Equal calls AssertEqual with the default value of Small.
EqualInDelta calls AssertEqual.
Message takes in args to form a message.
New creates an instance of GeomAssert.
# Constants
Small is the value that will be passed into AssertEqualizer.
# Structs
GeomAssert wraps an instance of assert.Assertions but will replace calls to Equal with geomtest when the type is float64 or fulfills AssertEqual.
# Interfaces
AssertEqualizer allows a type to define an equality test.