# Functions

GetConfig returns the test configuration.
MustFlushRedis flushes the Redis storage.
MustPrefillRedisPool pre-fills the pool with count connections.
MustResetDB re-applies all database migrations.
NewApplicationClient returns a new ApplicationClient.
NewApplicationServerPool create an application-server client pool which always returns the given client on Get.
NewGatewayBackend returns a new GatewayBackend.
NewJoinServerClient creates a new join-server client.
NewJoinServerPool create a join-server pool for testing.
NewNetworkControllerClient returns a new NetworkControllerClient.

# Structs

ApplicationClient is an application client for testing.
ApplicationServerPool is an application-server pool for testing.
Config contains the test configuration.
GatewayBackend is a test gateway backend.
JoinServerClient is a join-server client for testing.
JoinServerPool is a join-server pool for testing.
NetworkControllerClient is a network-controller client for testing.