teller-android / com.levibostian.teller.cachestate / LocalCacheState / Testing

Testing

object Testing

Used for testing purposes to create instances of LocalCacheState.

See Also

LocalCacheStateTesting

Extension Functions

cache

fun <CACHE : Any> Testing.cache(requirements: GetCacheRequirements, cache: CACHE): LocalCacheState<CACHE>

isEmpty

fun <CACHE : Any> Testing.isEmpty(requirements: GetCacheRequirements): LocalCacheState<CACHE>

none

fun <CACHE : Any> Testing.none(): LocalCacheState<CACHE>