Uses of Class
org.mactor.framework.TestEvent

Packages that use TestEvent
org.mactor.framework   
org.mactor.ui.cmd   
org.mactor.ui.gui.testrunner   
 

Uses of TestEvent in org.mactor.framework
 

Methods in org.mactor.framework with parameters of type TestEvent
 void TestFeedbackListener.onNodeEvent(TestEvent event, TestContext context)
           
 void EventReporter.onNodeEvent(TestEvent event, TestContext context)
           
 void DefaultFeedBackLogger.onNodeEvent(TestEvent event, TestContext context)
           
 

Method parameters in org.mactor.framework with type arguments of type TestEvent
static TestSummary_old TestSummary_old.create(TestContext context, java.util.LinkedList<TestEvent> events)
           
 

Uses of TestEvent in org.mactor.ui.cmd
 

Methods in org.mactor.ui.cmd with parameters of type TestEvent
 void SimpleLogFeedbackHandler.onNodeEvent(TestEvent event, TestContext context)
           
 

Uses of TestEvent in org.mactor.ui.gui.testrunner
 

Methods in org.mactor.ui.gui.testrunner that return types with arguments of type TestEvent
 java.util.LinkedList<TestEvent> TestProgressInfo.getLog()
           
 

Methods in org.mactor.ui.gui.testrunner with parameters of type TestEvent
 boolean TestProgressInfo.addEvent(TestEvent event)
           
 void RunningTestTreePanel.RunningTestModel.addEvent(TestEvent event)
           
 



Copyright © 2008. All Rights Reserved.