Package 

Enum MavericksMock.Type

  • 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
      Custom

      Any additional mock variant defined by the user.

      ProcessRecreation

      Takes 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.)

      DefaultState

      Uses the default state of a mock builder to represent the canonical form of a View.

      DefaultInitialization

      Uses view arguments to test the initialization pathway of Mavericks.

    • Method Summary

      Modifier and Type Method Description
      final String getName()
      final Integer getOrdinal()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait