# Packages
Package mock is a generated GoMock package.
# Functions
AssertEqual asserts that the expected and actual values are deeply equal.
AssertError asserts that the expected and actual errors are the same.
AssertFalse asserts that the actual value is false.
AssertNil asserts that a value is nil.
AssertNotNil asserts that a value is not nil.
AssertTrue asserts that the actual value is true.
AssertWithTimeout asserts that an operation is completed within a certain period of time.
IsNil checks if a value is nil.