DUnitAssertError.addExpectation

Add a line of expected info to the exception log.

class DUnitAssertError
void
addExpectation
(
T
)
(
string caption
,,
string icon = "✓"
)

Parameters

caption string

The caption.

value T

The value.

icon string

The icon before the caption.

Meta