com.carrotsearch.ant.tasks.junit4.events.aggregated
Class AggregatedStartEvent
java.lang.Object
com.carrotsearch.ant.tasks.junit4.events.aggregated.AggregatedStartEvent
public class AggregatedStartEvent
- extends Object
An event dispatched before any slave starts.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AggregatedStartEvent
public AggregatedStartEvent(int slaves,
int suiteCount)
getSlaveCount
public int getSlaveCount()
- Number of slave processes.
getSuiteCount
public int getSuiteCount()
- Number of test suites, total.
Copyright © 2011-2012 Carrot Search s.c.. All Rights Reserved.