DUnitAssertError.addTypedInfo

Add a line of typed info to the exception log.

class DUnitAssertError
void
addTypedInfo
(
T
)
(
string caption
,,
string icon = "ℹ"
)

Parameters

caption
Type: string

The caption.

value
Type: T

The value.

icon
Type: string

The icon before the caption.

Meta