fr.inria.peerunit.base
Class ResultSet

java.lang.Object
  extended by fr.inria.peerunit.base.ResultSet
All Implemented Interfaces:
java.io.Serializable

public class ResultSet
extends java.lang.Object
implements java.io.Serializable

Author:
sunye
See Also:
Serialized Form

Constructor Summary
ResultSet(MethodDescription md)
           
 
Method Summary
 void add(ResultSet other)
           
 void add(SingleResult r)
           
 long getDelay()
           
 int getErrors()
           
 int getfailures()
           
 int getInconclusives()
           
 MethodDescription getMethodDescription()
           
 int getPass()
           
 int size()
           
 void start()
           
 void stop()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ResultSet

public ResultSet(MethodDescription md)
Method Detail

add

public void add(ResultSet other)

add

public void add(SingleResult r)

toString

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

start

public void start()

stop

public void stop()

getDelay

public long getDelay()

getMethodDescription

public MethodDescription getMethodDescription()

size

public int size()

getErrors

public int getErrors()

getfailures

public int getfailures()

getInconclusives

public int getInconclusives()

getPass

public int getPass()


Copyright © 2010. All Rights Reserved.