common Display¶ fun interface Display 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¶ Short Full Types¶ Full¶ object Full : Display Short¶ object Short : Display Functions¶ display¶ abstract fun display(value: Any?): String Converts a value to a String.