Uses of Interface
org.apache.maven.surefire.util.RunOrderCalculator

Packages that use RunOrderCalculator
org.apache.maven.surefire.booter   
org.apache.maven.surefire.providerapi   
org.apache.maven.surefire.util   
 

Uses of RunOrderCalculator in org.apache.maven.surefire.booter
 

Methods in org.apache.maven.surefire.booter that return RunOrderCalculator
 RunOrderCalculator BaseProviderFactory.getRunOrderCalculator()
           
 

Uses of RunOrderCalculator in org.apache.maven.surefire.providerapi
 

Methods in org.apache.maven.surefire.providerapi that return RunOrderCalculator
 RunOrderCalculator ProviderParameters.getRunOrderCalculator()
          Provides a service to calculate run order of tests.
 

Uses of RunOrderCalculator in org.apache.maven.surefire.util
 

Classes in org.apache.maven.surefire.util that implement RunOrderCalculator
 class DefaultRunOrderCalculator
          Applies the final runorder of the tests
 



Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.