Package-level declarations

Types

Link copied to clipboard

Scope that carries the dev.mokkery.context.MokkeryContext with Renderers and related tools. They are used to provide consistent output across different Mokkery components.

Link copied to clipboard
interface Renderable

Implemented by objects that can produce a human-readable representation of themselves within a MokkeryRenderingScope. Prefer this over overriding Any.toString when the rendering may depend on configuration or tools available in the scope (e.g. value description).

Link copied to clipboard

Provides a human-readable representation for an instance of type T.

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Renders common types (e.g. String, Array) in more readable way.