Package com.airbnb.mvrx
Class MavericksTestOverrides
java.lang.Object
com.airbnb.mvrx.MavericksTestOverrides
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic BooleanThis should only be set by the MavericksTestRule from the mavericks-testing artifact. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
FORCE_DISABLE_LIFECYCLE_AWARE_OBSERVER
This should only be set by the MavericksTestRule from the mavericks-testing artifact.This can be used to force MavericksViewModels to disable lifecycle aware observer for unit testing. This is Java so it can be package private.
-
-
Constructor Details
-
MavericksTestOverrides
public MavericksTestOverrides()
-