org.apache.maven.continuum.model.scm.v1_0_9
Class SuiteResult

java.lang.Object
  extended by org.apache.maven.continuum.model.scm.v1_0_9.SuiteResult
All Implemented Interfaces:
Serializable

public class SuiteResult
extends Object
implements Serializable

Class SuiteResult.

Version:
$Revision$ $Date$
See Also:
Serialized Form

Constructor Summary
SuiteResult()
           
 
Method Summary
 void addFailure(TestCaseFailure testCaseFailure)
          Method addFailure.
 int getFailureCount()
          Get the failureCount field.
 List<TestCaseFailure> getFailures()
          Method getFailures.
 String getName()
          Get the name field.
 int getTestCount()
          Get the testCount field.
 long getTotalTime()
          Get the totalTime field.
 void removeFailure(TestCaseFailure testCaseFailure)
          Method removeFailure.
 void setFailureCount(int failureCount)
          Set the failureCount field.
 void setFailures(List<TestCaseFailure> failures)
          Set the failures field.
 void setName(String name)
          Set the name field.
 void setTestCount(int testCount)
          Set the testCount field.
 void setTotalTime(long totalTime)
          Set the totalTime field.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SuiteResult

public SuiteResult()
Method Detail

addFailure

public void addFailure(TestCaseFailure testCaseFailure)
Method addFailure.

Parameters:
testCaseFailure -

getFailureCount

public int getFailureCount()
Get the failureCount field.

Returns:
int

getFailures

public List<TestCaseFailure> getFailures()
Method getFailures.

Returns:
List

getName

public String getName()
Get the name field.

Returns:
String

getTestCount

public int getTestCount()
Get the testCount field.

Returns:
int

getTotalTime

public long getTotalTime()
Get the totalTime field.

Returns:
long

removeFailure

public void removeFailure(TestCaseFailure testCaseFailure)
Method removeFailure.

Parameters:
testCaseFailure -

setFailureCount

public void setFailureCount(int failureCount)
Set the failureCount field.

Parameters:
failureCount -

setFailures

public void setFailures(List<TestCaseFailure> failures)
Set the failures field.

Parameters:
failures -

setName

public void setName(String name)
Set the name field.

Parameters:
name -

setTestCount

public void setTestCount(int testCount)
Set the testCount field.

Parameters:
testCount -

setTotalTime

public void setTotalTime(long totalTime)
Set the totalTime field.

Parameters:
totalTime -


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