com.carrotsearch.ant.tasks.junit4.events.aggregated
Class AggregatedSuiteStartedEvent

java.lang.Object
  extended by com.carrotsearch.ant.tasks.junit4.events.aggregated.AggregatedSuiteStartedEvent

public class AggregatedSuiteStartedEvent
extends Object


Constructor Summary
AggregatedSuiteStartedEvent(SlaveInfo id, SuiteStartedEvent e)
           
 
Method Summary
 SlaveInfo getSlave()
           
 SuiteStartedEvent getSuiteStartedEvent()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AggregatedSuiteStartedEvent

public AggregatedSuiteStartedEvent(SlaveInfo id,
                                   SuiteStartedEvent e)
Method Detail

getSuiteStartedEvent

public SuiteStartedEvent getSuiteStartedEvent()

getSlave

public SlaveInfo getSlave()


Copyright © 2011-2012 Carrot Search s.c.. All Rights Reserved.