Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Mock implementation of Navigator
Link copied to clipboard
Link copied to clipboard
abstract class UIThreadViewModelTest<Context : UIThreadViewModelTest.ViewModelTestContext<ViewModel>, ViewModel : LifecycleViewModel> : UIThreadTest<Context>
A UIThreadTest that takes a UIThreadViewModelTest.ViewModelTestContext
Link copied to clipboard
Functions
Link copied to clipboard
inline fun <T : Any> AppCompatActivity.getOrPutAndRemoveOnDestroyFromCache(crossinline onCreate: (T) -> Unit = {}, crossinline onDestroy: (T) -> Unit = {}, defaultValue: () -> T): T
Lifecycle aware caching on the activity level
Link copied to clipboard