public final class HeartBeatEvent extends Object
getDescription()
method should
return an approximate place where the forked JVM is at the moment, but this is
not guaranteed (and may be null).Constructor and Description |
---|
HeartBeatEvent(ForkedJvmInfo slave,
org.junit.runner.Description description,
long lastActivity,
long currentTime) |
Modifier and Type | Method and Description |
---|---|
long |
getCurrentTime() |
org.junit.runner.Description |
getDescription() |
long |
getLastActivity() |
long |
getNoEventDuration() |
ForkedJvmInfo |
getSlave() |
public HeartBeatEvent(ForkedJvmInfo slave, org.junit.runner.Description description, long lastActivity, long currentTime)
public org.junit.runner.Description getDescription()
public long getCurrentTime()
public long getLastActivity()
public long getNoEventDuration()
public ForkedJvmInfo getSlave()
Copyright © 2011–2015 Carrot Search s.c.. All rights reserved.