JTR 5.0 API Documentation

jtr.test
Class TestOutcomeTable.TestBriefing

java.lang.Object
  extended by jtr.test.TestOutcomeTable.TestBriefing
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
TestOutcomeTable<T extends IOutcome>

public static class TestOutcomeTable.TestBriefing
extends java.lang.Object
implements java.io.Serializable

This class defines the briefing of the JTR test session represented by the hosting TestOutcomeTable.

Since:
4.0
Version:
5.0
Author:
frusso
See Also:
Serialized Form

Method Summary
 float getAvg()
          Returns the avarage number of runs (both succeeded and failed) per second.
 java.util.List<DistributionError> getDistributionErrors()
          Gets the list of recordered distribution errors.
 long getElapsed()
          Returns the amount of time required by the test session, expressed in milliseconds.
 java.util.Calendar getEndTime()
          Returns the time the test session ended.
 int getFailures()
          Returns the number of failures.
 int getInstances()
          Returns the number of runner instances involved in the test session.
 java.util.Calendar getStartTime()
          Returns the time the test session started.
 int getSuccesses()
          Returns the number of successes.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getStartTime

public java.util.Calendar getStartTime()
Returns the time the test session started.

Returns:
Calendar

getEndTime

public java.util.Calendar getEndTime()
Returns the time the test session ended.

Returns:
Calendar

getElapsed

public long getElapsed()
Returns the amount of time required by the test session, expressed in milliseconds.

Returns:
long

getInstances

public int getInstances()
Returns the number of runner instances involved in the test session.

Returns:
int

getSuccesses

public int getSuccesses()
Returns the number of successes.

Returns:
int

getFailures

public int getFailures()
Returns the number of failures.

Returns:
int

getAvg

public float getAvg()
Returns the avarage number of runs (both succeeded and failed) per second.

Returns:
float

getDistributionErrors

public java.util.List<DistributionError> getDistributionErrors()
Gets the list of recordered distribution errors.

Returns:
List

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

The JTR Project is licensed under GPL version 2