Uses of Class
org.apache.maven.plugin.surefire.runorder.Priority

Packages that use Priority
org.apache.maven.plugin.surefire.runorder   
 

Uses of Priority in org.apache.maven.plugin.surefire.runorder
 

Methods in org.apache.maven.plugin.surefire.runorder that return Priority
static Priority Priority.newTestClassPriority(String className)
          Returns a priority that applies to a new testclass (that has never been run/recorded)
 

Constructors in org.apache.maven.plugin.surefire.runorder with parameters of type Priority
PrioritizedTest(Class clazz, Priority pri)
           
 



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