public class SupportEventTypeAssertionUtil
extends java.lang.Object
Constructor and Description |
---|
SupportEventTypeAssertionUtil() |
Modifier and Type | Method and Description |
---|---|
static void |
assertConsistency(EventBean eventBean) |
static void |
assertConsistency(EventType eventType) |
static void |
assertEventTypeProperties(java.lang.Object[][] expectedArr,
EventType eventType,
SupportEventTypeAssertionEnum... assertions) |
static void |
assertFragments(EventBean event,
boolean isNative,
boolean array,
java.lang.String propertyExpressions) |
static java.lang.String |
print(EventBean theEvent) |
public static void assertFragments(EventBean event, boolean isNative, boolean array, java.lang.String propertyExpressions)
public static void assertConsistency(EventBean eventBean)
public static void assertConsistency(EventType eventType)
public static java.lang.String print(EventBean theEvent)
public static void assertEventTypeProperties(java.lang.Object[][] expectedArr, EventType eventType, SupportEventTypeAssertionEnum... assertions)