Package-level declarations

Types

Link copied to clipboard
class MockConfigRepository(configPath: String, resourceLoader: suspend (String) -> ByteArray, statusCodesToDiscover: List<Int> = DEFAULT_STATUS_CODES)

Repository for loading mock configuration and response files from resources.

Link copied to clipboard

Repository for persisting and retrieving network mock state using DataStore.

Link copied to clipboard

Utility object for matching HTTP request paths against configured endpoint paths.