Jetif v1.8.0

jetif.ext
Interface SuiteSummary

All Known Implementing Classes:
SuiteResult

public interface SuiteSummary

A SuiteSummary provides the summary of suite result.

Author:
Vicky Wang

Method Summary
 int failed()
          Returns the failed case number of this suite.
 long getEndTime()
          Returns the end time of this suite.
 String getName()
          Returns the name of the suite.
 long getStartTime()
          Returns the start time of this suite.
 int passed()
          Returns the passed case number of this suite.
 int skipped()
          Returns the skipped case number of this suite.
 int total()
          Returns the total case number of this suite.
 

Method Detail

getName

public String getName()
Returns the name of the suite.

Returns:
suite name.

getStartTime

public long getStartTime()
Returns the start time of this suite.

Returns:
start time.

getEndTime

public long getEndTime()
Returns the end time of this suite.

Returns:
end time.

passed

public int passed()
Returns the passed case number of this suite.

Returns:
passed case number.

failed

public int failed()
Returns the failed case number of this suite.

Returns:
failed case number.

skipped

public int skipped()
Returns the skipped case number of this suite.

Returns:
skipped case number.

total

public int total()
Returns the total case number of this suite.

Returns:
total case number.

Jetif v1.8.0

Copyright © 2004,2005 Vicky Wang - All Rights Reserved.