# Functions

LogfilePath returns the path for the given filename in the testing tmp directory.
NewCallQueue returns a new list of expected functions.
NewConfigWithTimeout returns a default config, with a context timeout.
NewTestLogger returns a ZAP logger for assertions, which also logs to <tmpdir>/quarks-tests.log.
NewTestLoggerWithPath returns a logger which logs to path.
RandString generates a random string of length n.
WaitForPort tests and waits on the availability of a TCP host and port.

# Structs

CallQueue represents a list of expected function calls.