DUnitAssertError.addExpectation

Add a line of expected info to the exception log.

class DUnitAssertError
void
addExpectation
(
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