Click or drag to resize

ExpectedCountEvaluatorEvaluateCountExpectationSilently Method

The evaluate count expectation silently.

Namespace:  Omada.OE.Solution.OIM.Assembly.AppLogic
Assembly:  Omada.OE.Solution.OIM.Assembly (in Omada.OE.Solution.OIM.Assembly.dll) Version: 15.0.0.0
Syntax
C#
public static ExpectedCount EvaluateCountExpectationSilently(
	int actual,
	ExpectedCount expected
)

Parameters

actual
Type: SystemInt32
The actual count.
expected
Type: Omada.OE.Solution.OIM.Assembly.AppLogicExpectedCount
The expected count

Return Value

Type: ExpectedCount
Violated count expectation ExpectedCount.
See Also