Click or drag to resize

EPAssertionUtil Methods

The EPAssertionUtil type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAssertAllBooleanTrue
Public methodStatic memberAssertAllPropsSortedByName
Public methodStatic memberAssertContains(ICollectionT, Void)
Public methodStatic memberAssertContains(String, String)
Assert that a string set does contain each of one or more values.
Public methodStatic memberAssertEqualsAllowArray
Assert that two property values are the same, allowing arrays as properties.
Public methodStatic memberAssertEqualsAnyOrder(EventBean, EventBean)
Compare two 2-dimensional event arrays.
Public methodStatic memberAssertEqualsAnyOrderT(ICollectionT, Void)
Public methodStatic memberAssertEqualsAnyOrderT(T, ICollectionT)
Public methodStatic memberAssertEqualsExactOrder(IListT, Void)
Public methodStatic memberAssertEqualsExactOrder(Object, ICollectionT)
Public methodStatic memberAssertEqualsExactOrder(Object, IListT)
Public methodStatic memberAssertEqualsExactOrder(String, String)
Deep compare two 2-dimensional string arrays for the exact same length of arrays and order.
Public methodStatic memberAssertEqualsExactOrder(ICollectionT, Void, Object)
Public methodStatic memberAssertEqualsExactOrder(Object, IListT, Void)
Public methodStatic memberAssertEqualsExactOrderT(ICollectionT, Void)
Public methodStatic memberAssertEqualsExactOrderT(T, IEnumeratorT)
Public methodStatic memberAssertEqualsExactOrderT(T, NullableT)
Public methodStatic memberAssertEqualsExactOrderT(T, T)
Compare the short values in the two arrays assuming the exact same order.
Public methodStatic memberAssertEqualsExactOrderT(T, T)
Public methodStatic memberAssertEqualsExactOrderUnderlying(IListT, Void)
Public methodStatic memberAssertEqualsIgnoreNewline
Compare two strings removing all NewLine characters.
Public methodStatic memberAssertMapOfCollectionV(IDictionaryTKey, TValue, Boolean, Object, V)
Public methodStatic memberAssertMapOfCollectionV(IDictionaryTKey, TValue, Boolean, String, V)
Public methodStatic memberAssertNameValuePairs
Assert that the event properties match the name-value pairs for each event
Public methodStatic memberAssertNotContains(ICollectionT, Void)
Public methodStatic memberAssertNotContains(String, String)
Assert that a string set does not contain one or more values.
Public methodStatic memberAssertProps(EventBean, IDictionaryTKey, TValue)
Public methodStatic memberAssertProps(EventBean, IListT, Void)
Public methodStatic memberAssertProps(UniformPairEventBean, IListT, Void, String)
Public methodStatic memberAssertProps(IContainer, Object, IListT, Void)
Public methodStatic memberAssertPropsAllValuesSame
Public methodStatic memberAssertPropsMap(IDictionaryTKey, TValue, Boolean, Object)
Public methodStatic memberAssertPropsMap(IDictionaryTKey, TValue, Boolean, String)
Public methodStatic memberAssertPropsPerRow(IEnumeratorT, Void)
Public methodStatic memberAssertPropsPerRow(EventBean, IListT)
Public methodStatic memberAssertPropsPerRow(IDictionaryTKey, TValue, Boolean, String)
Public methodStatic memberAssertPropsPerRow(IEnumeratorT, Void, EventBean)
Public methodStatic memberAssertPropsPerRow(IListT, Void, EventBean)
Public methodStatic memberAssertPropsPerRow(IEnumeratorT, Void, EventBean, IEnumeratorT)
Public methodStatic memberAssertPropsPerRow(IListT, Void, EventBean, IListT)
Public methodStatic memberAssertPropsPerRow(UniformPairEventBean, IListT, Void, String)
Public methodStatic memberAssertPropsPerRow(UniformPairEventBean, String, IListT, Void)
Public methodStatic memberAssertPropsPerRow(IContainer, IListT, Void, Object)
Public methodStatic memberAssertPropsPerRow(IContainer, IListT, Void, Object)
Public methodStatic memberAssertPropsPerRowAnyOrder(IEnumeratorT, Void, EventBean)
Public methodStatic memberAssertPropsPerRowAnyOrder(EventBean, IListT, Void)
Public methodStatic memberAssertPropsPerRowAnyOrder(IEnumeratorT, Void, EventBean, IEnumeratorT)
Public methodStatic memberAssertPropsPerRowAnyOrder(UniformPairEventBean, IListT, Void, String)
Public methodStatic memberAssertSameAnyOrder
Compare two 2-dimensional object arrays using reference-equals semantics.
Public methodStatic memberAssertSameExactOrder
Public methodStatic memberAssertTypeEqualsAnyOrder
Public methodStatic memberAssertUnderlyingPerRow
Public methodStatic memberCompareEqualsExactOrder
Compare the events in the two object arrays assuming the exact same order.
Public methodStatic memberCompareRefExactOrder
Public methodStatic memberConcatenateArray(Object)
Concatenate multiple arrays.
Public methodStatic memberConcatenateArray(IListT, Void)
Public methodStatic memberConcatenateArray2Dim
Concatenate two arrays.
Public methodStatic memberEnumeratorCountT
Public methodStatic memberEnumeratorToArray(IEnumeratorT)
Public methodStatic memberEnumeratorToArrayTKey(IEnumeratorT, Void)
Public methodStatic memberEnumeratorToArrayUnderlying
Public methodStatic memberEnumeratorToObjectArr(IEnumeratorT, Void)
Public methodStatic memberEventsToObjectArr(EventBean, IListT)
Public methodStatic memberEventsToObjectArr(EventBean, String)
Extract the property value of the event property for the given events and return an object array of values.
Public methodStatic memberGetUnderlying
Return an array of underlying objects for an array of events.
Public methodStatic memberSort(IEnumeratorT, Void)
Public methodStatic memberSort(EventBean, String)
Sort events according to natural ordering of the values or a property.
Public methodStatic memberToObjectArray
For a given array, copy the array elements into a new array of Object[] type.
Public methodStatic memberToObjectCollectionT
Top
See Also