Package-level declarations

Types

Link copied to clipboard
abstract class BaseTest

Base class for re-usable mocks and stubs

Link copied to clipboard

Implementation of DataStore that just uses an in-memory map for mocking/unit tests

Link copied to clipboard
class Logger : Log

Test fixture: Logger for unit tests of all build variants

Link copied to clipboard
class StaticClock(var time: Long, formatted: String) : Clock

Implementation of Clock for unit tests