Evaluates a conditional expression. If the condition evaluates differently than expected, returns a detailed AssertionFailure that describes the formatted values of relevant sub-expressions within the condtion.

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

Syntax

C#
public static class AssertionConditionEvaluator
Visual Basic (Declaration)
Public NotInheritable Class AssertionConditionEvaluator

Inheritance Hierarchy

System..::.Object
  Gallio.Framework.Assertions..::.AssertionConditionEvaluator

See Also