# Functions
AssertEqual is a helper function to compare two values.
AssertEqualf is a helper function to compare two values with a custom format.
AssertErrorEqual is a helper function to compare two errors.
AssertError is a helper function to check if an error is not nil.
AssertNoError is a helper function to check if an error is nil.
AssertNoErrorf is a helper function to check if an error is nil with a custom format.
InjectIntoSlice is a helper function to inject a slice into another slice.
ParseParamNumber is a helper function to parse a number from a map of parameters.