net.sf.jameleon.event
Class TestCaseEventHandler

java.lang.Object
  extended by net.sf.jameleon.event.TestCaseEventHandler

public class TestCaseEventHandler
extends Object


Method Summary
 void addTestCaseListener(TestCaseListener tcl)
           
 void beginTestCase(TestCaseTag tct)
           
 void clearInstance()
           
 void endTestCase(TestCaseTag tct)
           
static TestCaseEventHandler getInstance()
           
 List getTestCaseListeners()
           
 void removeTestCaseListener(TestCaseListener tcl)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static TestCaseEventHandler getInstance()

clearInstance

public void clearInstance()

addTestCaseListener

public void addTestCaseListener(TestCaseListener tcl)

getTestCaseListeners

public List getTestCaseListeners()

removeTestCaseListener

public void removeTestCaseListener(TestCaseListener tcl)

beginTestCase

public void beginTestCase(TestCaseTag tct)

endTestCase

public void endTestCase(TestCaseTag tct)


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