| Name | Description |
---|
  | AssertAllBooleanTrue | |
  | AssertAllPropsSortedByName | |
  | AssertContains(ICollectionT, Void) | |
  | AssertContains(String, String) | Assert that a string set does contain each of one or more values. |
  | AssertEqualsAllowArray | Assert that two property values are the same, allowing arrays as properties. |
  | AssertEqualsAnyOrder(EventBean, EventBean) | Compare two 2-dimensional event arrays. |
  | AssertEqualsAnyOrderT(ICollectionT, Void) | |
  | AssertEqualsAnyOrderT(T, ICollectionT) | |
  | AssertEqualsExactOrder(IListT, Void) | |
  | AssertEqualsExactOrder(Object, ICollectionT) | |
  | AssertEqualsExactOrder(Object, IListT) | |
  | AssertEqualsExactOrder(String, String) | Deep compare two 2-dimensional string arrays for the exact same length of arrays and order. |
  | AssertEqualsExactOrder(ICollectionT, Void, Object) | |
  | AssertEqualsExactOrder(Object, IListT, Void) | |
  | AssertEqualsExactOrderT(ICollectionT, Void) | |
  | AssertEqualsExactOrderT(T, IEnumeratorT) | |
  | AssertEqualsExactOrderT(T, NullableT) | |
  | AssertEqualsExactOrderT(T, T) | Compare the short values in the two arrays assuming the exact same order. |
  | AssertEqualsExactOrderT(T, T) | |
  | AssertEqualsExactOrderUnderlying(IListT, Void) | |
  | AssertEqualsIgnoreNewline | Compare two strings removing all NewLine characters. |
  | AssertMapOfCollectionV(IDictionaryTKey, TValue, Boolean, Object, V) | |
  | AssertMapOfCollectionV(IDictionaryTKey, TValue, Boolean, String, V) | |
  | AssertNameValuePairs |
Assert that the event properties match the name-value pairs for each event
|
  | AssertNotContains(ICollectionT, Void) | |
  | AssertNotContains(String, String) | Assert that a string set does not contain one or more values. |
  | AssertProps(EventBean, IDictionaryTKey, TValue) | |
  | AssertProps(EventBean, IListT, Void) | |
  | AssertProps(UniformPairEventBean, IListT, Void, String) | |
  | AssertProps(IContainer, Object, IListT, Void) | |
  | AssertPropsAllValuesSame | |
  | AssertPropsMap(IDictionaryTKey, TValue, Boolean, Object) | |
  | AssertPropsMap(IDictionaryTKey, TValue, Boolean, String) | |
  | AssertPropsPerRow(IEnumeratorT, Void) | |
  | AssertPropsPerRow(EventBean, IListT) | |
  | AssertPropsPerRow(IDictionaryTKey, TValue, Boolean, String) | |
  | AssertPropsPerRow(IEnumeratorT, Void, EventBean) | |
  | AssertPropsPerRow(IListT, Void, EventBean) | |
  | AssertPropsPerRow(IEnumeratorT, Void, EventBean, IEnumeratorT) | |
  | AssertPropsPerRow(IListT, Void, EventBean, IListT) | |
  | AssertPropsPerRow(UniformPairEventBean, IListT, Void, String) | |
  | AssertPropsPerRow(UniformPairEventBean, String, IListT, Void) | |
  | AssertPropsPerRow(IContainer, IListT, Void, Object) | |
  | AssertPropsPerRow(IContainer, IListT, Void, Object) | |
  | AssertPropsPerRowAnyOrder(IEnumeratorT, Void, EventBean) | |
  | AssertPropsPerRowAnyOrder(EventBean, IListT, Void) | |
  | AssertPropsPerRowAnyOrder(IEnumeratorT, Void, EventBean, IEnumeratorT) | |
  | AssertPropsPerRowAnyOrder(UniformPairEventBean, IListT, Void, String) | |
  | AssertSameAnyOrder | Compare two 2-dimensional object arrays using reference-equals semantics. |
  | AssertSameExactOrder | |
  | AssertTypeEqualsAnyOrder | |
  | AssertUnderlyingPerRow | |
  | CompareEqualsExactOrder | Compare the events in the two object arrays assuming the exact same order. |
  | CompareRefExactOrder | |
  | ConcatenateArray(Object) | Concatenate multiple arrays. |
  | ConcatenateArray(IListT, Void) | |
  | ConcatenateArray2Dim | Concatenate two arrays. |
  | EnumeratorCountT | |
  | EnumeratorToArray(IEnumeratorT) | |
  | EnumeratorToArrayTKey(IEnumeratorT, Void) | |
  | EnumeratorToArrayUnderlying | |
  | EnumeratorToObjectArr(IEnumeratorT, Void) | |
  | EventsToObjectArr(EventBean, IListT) | |
  | EventsToObjectArr(EventBean, String) | Extract the property value of the event property for the given events and return an object array of values. |
  | GetUnderlying | Return an array of underlying objects for an array of events. |
  | Sort(IEnumeratorT, Void) | |
  | Sort(EventBean, String) | Sort events according to natural ordering of the values or a property. |
  | ToObjectArray | For a given array, copy the array elements into a new array of Object[] type. |
  | ToObjectCollectionT | |