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
Calls Renderable.render on given ArgMatcher if it's implemented or calls Any.toString.
Link copied to clipboard
Renders given MokkeryCallScope as human-readable string.
Link copied to clipboard