Constraint.

ValidateActualValue(object) Method

Summary

Validate the actual value argument based on what the particular constraint allows. The default implementation does nothing, implying that the constraint can handle any Type as well as null values.
Namespace
TCLite.Constraints
Containing Type
Constraint

Syntax

public virtual void ValidateActualValue(object actual)

Parameters

Name Type Description
actual object

Return Value

Type Description
void