package
2.7.11
Repository: https://github.com/influxdata/influxdb.git
Documentation: pkg.go.dev

# Functions

Equal asserts that the values are equal and returns true if the assertion was successful.
NoError asserts that err is nil and returns true if the assertion was successful.
NotEqual asserts that the values are not equal and returns true if the assertion was successful.
PanicsWithValue asserts that fn panics, and that the recovered panic value equals the expected panic value.
ValuesAreEqual determines if the values are equal.
ValuesAreExactlyEqual determines if the values are equal and their types are the same.

# Interfaces

# Type aliases

PanicTestFunc defines a function that is called to determine whether a panic occurs.