kotest-assertions / io.kotest.assertions.show / DefaultShow

DefaultShow

object DefaultShow : Show<Any?>

A default implementation of Show that handles arrays, collections and primitives as well as nullable values.

Functions

show

Returns a printable version of this object as an instance of Printed

fun show(a: Any?): Printed