raccoon.core.uitest.data
Class UiSuiteResult

java.lang.Object
  extended by raccoon.core.uitest.data.UiSuiteResult
All Implemented Interfaces:
IUnitSuiteResult

public class UiSuiteResult
extends java.lang.Object
implements IUnitSuiteResult

Contains the result of the execution of a given suite.

Since:
Raccoon v0.7
Version:
$Id: UiSuiteResult.java,v 1.1 2004/08/08 20:19:18 crouvrais Exp $
Author:
Cedric ROUVRAIS

Constructor Summary
UiSuiteResult()
           
 
Method Summary
 void addCase(IUnitCaseResult pCaseResult)
          Adds a single case to the current list of cases.
 java.util.Map getCases()
          The list of contained Test Cases for this suite.
 java.lang.String getName()
          The name of this suite.
 void setCases(java.util.Map pCases)
          Defines the cases that belong to this test suite.
 void setName(java.lang.String pName)
          Defines the name of this suite.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UiSuiteResult

public UiSuiteResult()
Method Detail

getName

public java.lang.String getName()
The name of this suite.

Specified by:
getName in interface IUnitSuiteResult
Returns:
the suite name

setName

public void setName(java.lang.String pName)
Defines the name of this suite.

Parameters:
pName - the suite name.

getCases

public java.util.Map getCases()
The list of contained Test Cases for this suite.

Specified by:
getCases in interface IUnitSuiteResult
Returns:
a list of IUnitCaseResult.

setCases

public void setCases(java.util.Map pCases)
Defines the cases that belong to this test suite.

Parameters:
pCases - the list of cases.

addCase

public void addCase(IUnitCaseResult pCaseResult)
Adds a single case to the current list of cases.

Specified by:
addCase in interface IUnitSuiteResult
Parameters:
pCaseResult - the case result to add to the current list.


Copyright null null. All Rights Reserved.