Package com.airbnb.mvrx.mocking.printer
See: Description
-
Class Summary Class Description AutoValueTypePrinter This looks for classes generated via AutoValue, indicated by the class prefix GENERATED_PREFIX. EnclosingClass ConstructorCodeGenerator This utility is used to generate the code need to construct an object. MavericksMockPrinter This registers a Broadcast receiver on the MavericksView (only in debug mode) that listens for the intent action ACTION_COPY_MAVERICKS_STATE to copy mavericks state to files on device. MockPrinterConfiguration Set configuration details for how mock state is generated. TypePrinterKt -
Interface Summary Interface Description TypePrinter This interface defines how to generate mock code for a custom object type.