org.mactor.ui.gui.testrunner
Class TestProgressInfo

java.lang.Object
  extended by org.mactor.ui.gui.testrunner.TestProgressInfo

public class TestProgressInfo
extends java.lang.Object


Constructor Summary
TestProgressInfo(TestContext contex)
           
 
Method Summary
 boolean addEvent(TestEvent event)
           
 TestContext getContex()
           
 java.util.LinkedList<TestEvent> getLog()
           
 TestSummary_old getTestSummary()
           
 boolean hasTestSummary()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestProgressInfo

public TestProgressInfo(TestContext contex)
Method Detail

addEvent

public boolean addEvent(TestEvent event)

hasTestSummary

public boolean hasTestSummary()

getLog

public java.util.LinkedList<TestEvent> getLog()

getTestSummary

public TestSummary_old getTestSummary()

getContex

public TestContext getContex()


Copyright © 2008. All Rights Reserved.