com.carrotsearch.ant.tasks.junit4.events
Class SuiteCompletedEvent

java.lang.Object
  extended by com.carrotsearch.ant.tasks.junit4.events.SuiteCompletedEvent
All Implemented Interfaces:
IDescribable, IEvent

public class SuiteCompletedEvent
extends Object

Serialized failure.


Constructor Summary
protected SuiteCompletedEvent()
           
  SuiteCompletedEvent(Description description, long start, long duration)
           
 
Method Summary
 Description getDescription()
           
 long getExecutionTime()
           
 long getStartTimestamp()
           
 EventType getType()
           
protected  void setDescription(Description description)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SuiteCompletedEvent

protected SuiteCompletedEvent()

SuiteCompletedEvent

public SuiteCompletedEvent(Description description,
                           long start,
                           long duration)
Method Detail

getExecutionTime

public long 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.