package
0.0.0-20240603153513-85a4060560ea
Repository: https://github.com/adamcolton/luce.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 Assert.
# Constants
Small is the value that will be passed into AssertEqualizer.
# Structs
Assert wraps an instance of assert.Assertions but will replace calls to Equal with cmprtest when the type is float64 or fulfills AssertEqual.
# Interfaces
No description provided by the author