Click or drag to resize

ExpectedCountEvaluatorEvaluateCountExpectation Method

The evaluate count expectation.

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 void EvaluateCountExpectation(
	int actual,
	ExpectedCount expected,
	string customMessage = ""
)

Parameters

actual
Type: SystemInt32
The actual.
expected
Type: Omada.OE.Solution.OIM.Assembly.AppLogicExpectedCount
The expected.
customMessage (Optional)
Type: SystemString
The custom message.
Exceptions
ExceptionCondition
ExpectedCountExceptionThrown when expected count doesn't match
See Also