org.echarts.test
Class RegressionTestFailureEvent

java.lang.Object
  extended by org.echarts.monitor.MachineMonitorEvent
      extended by org.echarts.test.RegressionTestFailureEvent
All Implemented Interfaces:
java.io.Externalizable, java.io.Serializable

public class RegressionTestFailureEvent
extends MachineMonitorEvent

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.

See Also:
Serialized Form

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

RegressionTestFailureEvent

public RegressionTestFailureEvent(java.lang.String message,
                                  MachineMonitorEvent referenceEvent)

RegressionTestFailureEvent

public RegressionTestFailureEvent(java.lang.String message,
                                  long timeoutDurationMsec)