Class PartialOutputEvent
- java.lang.Object
-
- com.carrotsearch.ant.tasks.junit4.events.aggregated.PartialOutputEvent
-
public class PartialOutputEvent extends java.lang.Object
Partial output emitted from a given slave.
-
-
Field Summary
Fields Modifier and Type Field Description private IEvent
event
private ForkedJvmInfo
slave
-
Constructor Summary
Constructors Constructor Description PartialOutputEvent(ForkedJvmInfo slave, IEvent e)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IEvent
getEvent()
ForkedJvmInfo
getSlave()
-
-
-
Field Detail
-
slave
private ForkedJvmInfo slave
-
event
private IEvent event
-
-
Constructor Detail
-
PartialOutputEvent
public PartialOutputEvent(ForkedJvmInfo slave, IEvent e)
-
-
Method Detail
-
getSlave
public ForkedJvmInfo getSlave()
-
getEvent
public IEvent getEvent()
-
-