Class AggregatedStartEvent


  • public class AggregatedStartEvent
    extends java.lang.Object
    An event dispatched before any slave starts.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private int slaves  
      private int suiteCount  
    • Constructor Summary

      Constructors 
      Constructor Description
      AggregatedStartEvent​(int slaves, int suiteCount)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getSlaveCount()
      Number of slave processes.
      int getSuiteCount()
      Number of test suites, total.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • slaves

        private int slaves
      • suiteCount

        private int suiteCount
    • Constructor Detail

      • AggregatedStartEvent

        public AggregatedStartEvent​(int slaves,
                                    int suiteCount)
    • Method Detail

      • getSlaveCount

        public int getSlaveCount()
        Number of slave processes.
      • getSuiteCount

        public int getSuiteCount()
        Number of test suites, total.