DUnitAssertError.addTypedExpectation

Add a line of typed expected info to the exception log.

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

Parameters

caption string

The caption.

value T

The value.

icon string

The icon before the caption.

Meta