org.apache.maven.plugin.surefire.runorder
Class PrioritizedTest

java.lang.Object
  extended by org.apache.maven.plugin.surefire.runorder.PrioritizedTest

public class PrioritizedTest
extends Object

Author:
Kristian Rosenvold

Constructor Summary
PrioritizedTest(Class clazz, Priority pri)
           
 
Method Summary
 Class getClazz()
           
 int getPriority()
           
 int getTotalRuntime()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrioritizedTest

public PrioritizedTest(Class clazz,
                       Priority pri)
Method Detail

getPriority

public int getPriority()

getTotalRuntime

public int getTotalRuntime()

getClazz

public Class getClazz()


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