teller-android / com.levibostian.teller.testing.repository / OnlineRepositoryTesting / StateOfOnlineRepositoryDsl

StateOfOnlineRepositoryDsl

class StateOfOnlineRepositoryDsl<CACHE>

Types

Props

data class Props<CACHE>

Constructors

<init>

StateOfOnlineRepositoryDsl()

Properties

cacheExistsDsl

var cacheExistsDsl: CacheExistsDsl?

props

var props: Props<CACHE>

Functions

cache

fun cache(cache: CACHE, more: CacheExistsDsl.() -> Unit = null): Unit

cacheEmpty

fun cacheEmpty(more: CacheExistsDsl.() -> Unit = null): Unit

noCache

fun noCache(): Unit