net.sf.jameleon.event
Interface TestCaseListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
JameleonUnitTestCase, ResultsReporter, TestCaseResultsPane

public interface TestCaseListener
extends EventListener


Method Summary
 void beginTestCase(TestCaseEvent event)
          Gets called before the execution of a test case
 void endTestCase(TestCaseEvent event)
          Gets called after the execution of a test case
 

Method Detail

beginTestCase

void beginTestCase(TestCaseEvent event)
Gets called before the execution of a test case

Parameters:
event - - a TestCaseEvent Object

endTestCase

void endTestCase(TestCaseEvent event)
Gets called after the execution of a test case

Parameters:
event - - a TestCaseEvent Object


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