Uses of Class
net.sf.jameleon.event.TestCaseEvent

Packages that use TestCaseEvent
net.sf.jameleon.event   
net.sf.jameleon.reporting   
net.sf.jameleon.ui   
net.sf.jameleon.unit   
 

Uses of TestCaseEvent in net.sf.jameleon.event
 

Methods in net.sf.jameleon.event with parameters of type TestCaseEvent
 void TestCaseListener.beginTestCase(TestCaseEvent event)
          Gets called before the execution of a test case
 void TestCaseListener.endTestCase(TestCaseEvent event)
          Gets called after the execution of a test case
 

Uses of TestCaseEvent in net.sf.jameleon.reporting
 

Methods in net.sf.jameleon.reporting with parameters of type TestCaseEvent
 void ResultsReporter.beginTestCase(TestCaseEvent event)
           
 void ResultsReporter.endTestCase(TestCaseEvent event)
           
 

Uses of TestCaseEvent in net.sf.jameleon.ui
 

Methods in net.sf.jameleon.ui with parameters of type TestCaseEvent
 void TestCaseResultsPane.beginTestCase(TestCaseEvent event)
           
 void TestCaseResultsPane.endTestCase(TestCaseEvent event)
           
 

Uses of TestCaseEvent in net.sf.jameleon.unit
 

Methods in net.sf.jameleon.unit with parameters of type TestCaseEvent
 void JameleonUnitTestCase.beginTestCase(TestCaseEvent event)
          Implementation of the TestCaseListener interface.
 void JameleonUnitTestCase.endTestCase(TestCaseEvent event)
          Implementation of the TestCaseListener interface.
 



Copyright © 2003-2008 Christian Hargraves. All Rights Reserved.