-
- All Implemented Interfaces:
-
java.io.Serializable,kotlin.Comparable
public enum MavericksMock.Type extends Enum<MavericksMock.Type>
There are a set of standard mock variants that all Views have. Beyond that users can define custom mock variants.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description CustomAny additional mock variant defined by the user.
ProcessRecreationTakes the default state and applies the process used to save and restore state. The output state approximates the State after app process recreation. (This cannot be exact because in practice it may rely on arguments set in a previous Fragment.)
DefaultStateUses the default state of a mock builder to represent the canonical form of a View.
DefaultInitializationUses view arguments to test the initialization pathway of Mavericks.
-
Method Summary
Modifier and Type Method Description final StringgetName()final IntegergetOrdinal()-
-
Method Detail
-
getOrdinal
final Integer getOrdinal()
-
-
-
-