LithoRepresentation

open class LithoRepresentation : StandardRepresentation

Inheritance sucks. For now, we're stuck with this we can't go beyond Java 7 with Android for compatibility reasons and only the Java 8 version of AssertJ supports registering individual representations for objects.

Constructors

Link copied to clipboard
constructor(mComponentContext: ComponentContext)

Properties

Link copied to clipboard
Link copied to clipboard
val STANDARD_REPRESENTATION: StandardRepresentation

Functions

Link copied to clipboard
open fun resetDefaults()
Link copied to clipboard
Link copied to clipboard
open fun toString(): String
Link copied to clipboard
open fun toStringOf(object: Any): String
Returns the standard toString representation of the given object.
Link copied to clipboard