com.carrotsearch.ant.tasks.junit4
Class TestsSummaryEventListener

java.lang.Object
  extended by com.carrotsearch.ant.tasks.junit4.TestsSummaryEventListener

public class TestsSummaryEventListener
extends Object

Create a summary of tests execution.

See Also:
EventBus

Constructor Summary
TestsSummaryEventListener()
           
 
Method Summary
 TestsSummary getResult()
          Return the summary of all tests.
 void suiteSummary(AggregatedSuiteResultEvent e)
          React to suite summaries only.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestsSummaryEventListener

public TestsSummaryEventListener()
Method Detail

suiteSummary

public void suiteSummary(AggregatedSuiteResultEvent e)
React to suite summaries only.


getResult

public TestsSummary getResult()
Return the summary of all tests.



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