com.carrotsearch.ant.tasks.junit4.events
Class TestFinishedEvent
java.lang.Object
com.carrotsearch.ant.tasks.junit4.events.TestFinishedEvent
- All Implemented Interfaces:
- IDescribable, IEvent
public class TestFinishedEvent
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestFinishedEvent
protected TestFinishedEvent()
TestFinishedEvent
public TestFinishedEvent(Description description,
int timeMillis,
long startTimestamp)
getExecutionTime
public int getExecutionTime()
getStartTimestamp
public long getStartTimestamp()
getDescription
public Description getDescription()
- Specified by:
getDescription in interface IDescribable
setDescription
protected void setDescription(Description description)
getType
public EventType getType()
- Specified by:
getType in interface IEvent
Copyright © 2011-2012 Carrot Search s.c.. All Rights Reserved.