Class PrioritizedTest

java.lang.Object
org.apache.maven.surefire.api.runorder.PrioritizedTest

public class PrioritizedTest extends Object
Author:
Kristian Rosenvold
  • Constructor Details

    • PrioritizedTest

      public PrioritizedTest(Class<?> clazz, Priority pri)
  • Method Details

    • getPriority

      public int getPriority()
    • getTotalRuntime

      public int getTotalRuntime()
    • getClazz

      public Class<?> getClazz()