DUnitAssertError.addError

Add a line of error info to the exception log.

class DUnitAssertError
void
addError
(
T
)
(
string caption
,,
string icon = "✗"
)

Parameters

caption string

The caption.

value T

The value.

icon string

The icon before the caption.

Meta