Display

fun interface Display(source)

An object responsible for displaying data to the test output.

This object is used to allow customization of test display when using Prepared and Shared.

Inheritors

Types

Link copied to clipboard
object Full : Display
Link copied to clipboard
object Short : Display

Functions

Link copied to clipboard
abstract fun display(value: Any?): String

Converts a value to a String.