 | EPAssertionUtilAssertNameValuePairs Method |
Assert that the event properties match the name-value pairs for each event
Namespace:
com.espertech.esper.common.client.scopetest
Assembly:
NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntaxpublic static void AssertNameValuePairs(
EventBean[] lastData,
Object[][] namesAndValues
)
Parameters
- lastData
- Type: com.espertech.esper.common.clientEventBean
array of events - namesAndValues
- Type: SystemObject
array of pairs with the first element the event property
name and the second element the expected value
See Also