raccoon.api.eai.uitest.report
Interface IUnitSuiteResult

All Known Implementing Classes:
UiSuiteResult

public interface IUnitSuiteResult

A suite element that contains several test cases.

Since:
Raccoon v0.7
Version:
$Id: IUnitSuiteResult.java,v 1.1 2004/08/08 20:25:56 crouvrais Exp $
Author:
Cedric ROUVRAIS

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.
 

Method Detail

getName

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

Returns:
the suite name

getCases

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

Returns:
a list of IUnitCaseResult.

addCase

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

Parameters:
pCaseResult - the case result to add to the current list.


Copyright null null. All Rights Reserved.