Package com.carrotsearch.ant.tasks.junit4

Provides JUnit4: a JUnit test runner for ANT with parallel slave JVM execution, load balancing and more reporting options.

See:
          Description

Interface Summary
SuiteBalancer A test balancer schedules test suites to be executed on a given JVM.
 

Class Summary
BalancersList A nested list of SuiteBalancers.
DiagnosticsListener  
Duration  
JUnit4 An ANT task to run JUnit4 tests.
ListenersList  
LocalSlaveStreamHandler Establish event passing with a subprocess and pump events to the bus.
Pluralize  
SlaveInfo Static slave information.
SuiteBalancer.Assignment  
TestsSummary Summary of tests execution.
TestsSummaryEventListener Create a summary of tests execution.
 

Package com.carrotsearch.ant.tasks.junit4 Description

Provides JUnit4: a JUnit test runner for ANT with parallel slave JVM execution, load balancing and more reporting options.

See JUnit4 for the documentation of available task options.

Listeners and reporters API is covered in AggregatedEventListener class. Note that the API is event-based and uses Google Guava's EventBus to distribute events. Check out existing reporters for implementation details:

Examples of use and more resources can be found at: Carrot Search labs site.



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