org.apache.maven.surefire.testset
Class RunOrderParameters

java.lang.Object
  extended by org.apache.maven.surefire.testset.RunOrderParameters

public class RunOrderParameters
extends Object

Author:
Kristian Rosenvold

Constructor Summary
RunOrderParameters(RunOrder[] runOrder, File runStatisticsFile)
           
RunOrderParameters(String runOrder, String runStatisticsFile)
           
 
Method Summary
static RunOrderParameters ALPHABETICAL()
           
static RunOrderParameters DEFAULT()
           
 RunOrder[] getRunOrder()
           
 File getRunStatisticsFile()
           
 String getRunStatisticsFileName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RunOrderParameters

public RunOrderParameters(RunOrder[] runOrder,
                          File runStatisticsFile)

RunOrderParameters

public RunOrderParameters(String runOrder,
                          String runStatisticsFile)
Method Detail

DEFAULT

public static RunOrderParameters DEFAULT()

ALPHABETICAL

public static RunOrderParameters ALPHABETICAL()

getRunOrder

public RunOrder[] getRunOrder()

getRunStatisticsFile

public File getRunStatisticsFile()

getRunStatisticsFileName

public String getRunStatisticsFileName()


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