org.apache.maven.surefire.suite
Class RunResult

java.lang.Object
  extended by org.apache.maven.surefire.suite.RunResult

public class RunResult
extends Object

Represents a test-run-result; this may be from a single test run or an aggregated result.

Author:
Kristian Rosenvold

Field Summary
static int FAILURE
           
 
Constructor Summary
RunResult(int completedCount, int errors, int failures, int skipped)
           
 
Method Summary
 int getBooterCode()
           
 int getCompletedCount()
           
 int getErrors()
           
 int getFailures()
           
 int getSkipped()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FAILURE

public static final int FAILURE
See Also:
Constant Field Values
Constructor Detail

RunResult

public RunResult(int completedCount,
                 int errors,
                 int failures,
                 int skipped)
Method Detail

getCompletedCount

public int getCompletedCount()

getErrors

public int getErrors()

getFailures

public int getFailures()

getSkipped

public int getSkipped()

getBooterCode

public int getBooterCode()


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