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

CacheExistsDsl

class CacheExistsDsl

Types

Props

data class Props

Make default where cache not too old (make cache last fetched now) to give OnlineRepository the minimum amount of interactions. There must be some last fetched time because cache does exist!

Constructors

<init>

CacheExistsDsl()

Properties

props

var props: Props

Functions

cacheNotTooOld

fun cacheNotTooOld(): Unit

cacheTooOld

fun cacheTooOld(): Unit

Disabled until Kotlin bug is resolved.