# Functions
DisableLog disables all library log output.
InitBackend initializes the test log backend.
NetworkCliArgumentFromNetParams returns the cryptixd command line argument that starts the given network.
NewLogWriter returns a new LogWriter that forwards to `log` all data written to it using at `level` level.
RunCryptixdForTesting runs cryptixd for testing purposes.
ScanFile opens the file in the specified path, and returns a channel that sends the contents of the file line-by-line, ignoring lines beggining with //.
ScanHexFile opens the file in the specified path, and returns a channel that sends the contents of the file line-by-line, ignoring lines beggining with //, parsing the hex data in all other lines.
StartCmd runs a command as a separate process.
TempDir returns a temporary directory with the given pattern, prefixed with STABILITY_TEMP_DIR_.
UseLogger uses a specified Logger to output package logging info.
# Variables
DefaultAppDir is the default app directory to be used by all tests.