testing / com.airbnb.mvrx / MvRxTestOverridesProxy

MvRxTestOverridesProxy

open class MvRxTestOverridesProxy

Used as a proxy between MvRxTestRule and MvRx. this is Java because the flag is package private.

Constructors

<init>

MvRxTestOverridesProxy()

Used as a proxy between MvRxTestRule and MvRx. this is Java because the flag is package private.

Functions

forceDisableLifecycleAwareObserver

open static fun forceDisableLifecycleAwareObserver(disableLifecycleAwareObserver: Boolean): Unit

forceMvRxDebug

open static fun forceMvRxDebug(debug: Boolean): Unit