|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.echarts.monitor.MachineMonitorEvent org.echarts.test.RegressionTestFailureEvent
public class RegressionTestFailureEvent
Event logged to log of actual events when a regression test fails when an inconsistency is detected between an actual event and a reference event, or when the RegressionTestMonitor times out waiting for the next actual event.
Field Summary |
---|
Fields inherited from class org.echarts.monitor.MachineMonitorEvent |
---|
hostIpAddress, properties, timestamp |
Constructor Summary | |
---|---|
RegressionTestFailureEvent(java.lang.String message,
long timeoutDurationMsec)
|
|
RegressionTestFailureEvent(java.lang.String message,
MachineMonitorEvent referenceEvent)
|
Method Summary |
---|
Methods inherited from class org.echarts.monitor.MachineMonitorEvent |
---|
getClassString, getHostAddress, getPropertiesString, getSortedKeys, readExternal, readRaw, replaceChar, toString, writeExternal, writeRaw |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public RegressionTestFailureEvent(java.lang.String message, MachineMonitorEvent referenceEvent)
public RegressionTestFailureEvent(java.lang.String message, long timeoutDurationMsec)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |