A labeled value describes a named assertion parameter.

Namespace:  Gallio.Framework.Assertions
Assembly:  Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.610.0)

Syntax

C#
[SerializableAttribute]
public struct LabeledValue
Visual Basic (Declaration)
<SerializableAttribute> _
Public Structure LabeledValue

Remarks

The label indicates the purpose of the value, such as "Expected Value". The value itself should be formatted to emphasize structural characteristics.

For additional emphasis, such as for comparison purposes (ie. diffs), the value may be formatted as structured text to include highlights and other markup.

See Also