net.sf.jameleon.event
Interface TestRunListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
ResultsReporter

public interface TestRunListener
extends EventListener

A listener for Test Run events. A Test Run is the action of running one or tests through the GUI or the command line. Currently the following two events are tracked:


Method Summary
 void beginTestRun(TestRunEvent event)
          Gets called before the execution of a test run
 void endTestRun(TestRunEvent event)
          Gets called after the execution of a test suite
 

Method Detail

beginTestRun

void beginTestRun(TestRunEvent event)
Gets called before the execution of a test run

Parameters:
event - - a TestRunEvent Object

endTestRun

void endTestRun(TestRunEvent event)
Gets called after the execution of a test suite

Parameters:
event - - a TestRunEvent Object


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