Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AssertEqual ¶
AssertEqual asserts that expected and actual objects are equal, performing comparison recursively. For lists and maps, it iterates over expected values, ignoring additional values in actual object.
func IsObjectSubsetOf ¶
func IsObjectSubsetOf(subset, of interface{}) error
IsObjectSubsetOf verifies if "subset" structure contains all fields described in "of" structure and throws an error in case if it doesn't.
func LogFatalIfError ¶
func LogFatalIfError(f func() error)
LogFatalIfError executes given function and calls log.Fatal() if it returned an error.
func NewTestHTTPServer ¶
NewTestHTTPServer starts and returns new test HTTP 2 Server.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.