package
0.0.0-20210708194148-39e06cabe440
Repository: https://github.com/saharsh-samples/go-mux-mysql-starter.git
Documentation: pkg.go.dev

# Functions

AssertEquals asserts expected and actual are equal using '!='.
AssertFalse asserts given condition is false.
AssertPanic asserts panic occurred before this function call.
AssertTrue asserts given condition is true.

# Interfaces

T encapsulates relevant testing.T operations used by this package.