org.stjs.testing.driver
Class TestResultCollection

java.lang.Object
  extended by org.stjs.testing.driver.TestResultCollection

public class TestResultCollection
extends Object


Constructor Summary
TestResultCollection()
           
 
Method Summary
 void addResult(TestResult result)
           
 TestResult getResult(int i)
           
 boolean isOk()
           
 int size()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestResultCollection

public TestResultCollection()
Method Detail

addResult

public void addResult(TestResult result)

isOk

public boolean isOk()

getResult

public TestResult getResult(int i)

size

public int size()


Copyright © 2011. All Rights Reserved.