Uses of Class
com.carrotsearch.ant.tasks.junit4.JUnit4

Packages that use JUnit4
com.carrotsearch.ant.tasks.junit4 Provides JUnit4: a JUnit test runner for ANT with parallel slave JVM execution, load balancing and more reporting options. 
com.carrotsearch.ant.tasks.junit4.balancers   
com.carrotsearch.ant.tasks.junit4.listeners   
com.carrotsearch.ant.tasks.junit4.listeners.antxml   
com.carrotsearch.ant.tasks.junit4.listeners.json   
 

Uses of JUnit4 in com.carrotsearch.ant.tasks.junit4
 

Methods in com.carrotsearch.ant.tasks.junit4 with parameters of type JUnit4
 void SuiteBalancer.setOwner(JUnit4 owner)
          Sets the owner task (for logging mostly).
 

Constructors in com.carrotsearch.ant.tasks.junit4 with parameters of type JUnit4
DiagnosticsListener(SlaveInfo slave, JUnit4 task)
           
 

Uses of JUnit4 in com.carrotsearch.ant.tasks.junit4.balancers
 

Methods in com.carrotsearch.ant.tasks.junit4.balancers with parameters of type JUnit4
 void ExecutionTimeBalancer.setOwner(JUnit4 owner)
           
 void RoundRobinBalancer.setOwner(JUnit4 owner)
           
 

Uses of JUnit4 in com.carrotsearch.ant.tasks.junit4.listeners
 

Methods in com.carrotsearch.ant.tasks.junit4.listeners with parameters of type JUnit4
 void AggregatedEventListener.setOuter(JUnit4 junit)
          Link to the container.
 void TextReport.setOuter(JUnit4 junit)
           
 void ExecutionTimesReport.setOuter(JUnit4 outer)
           
 

Uses of JUnit4 in com.carrotsearch.ant.tasks.junit4.listeners.antxml
 

Methods in com.carrotsearch.ant.tasks.junit4.listeners.antxml with parameters of type JUnit4
 void AntXmlReport.setOuter(JUnit4 junit4)
           
 

Uses of JUnit4 in com.carrotsearch.ant.tasks.junit4.listeners.json
 

Methods in com.carrotsearch.ant.tasks.junit4.listeners.json with parameters of type JUnit4
 void JsonReport.setOuter(JUnit4 junit4)
           
 



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