| 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
Syntaxpublic 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
See Also