org.ajax4jsf.tests
Class AbstractThreadedAjax4JsfTestCase.TestCaseRunnable

java.lang.Object
  extended by org.ajax4jsf.tests.AbstractThreadedAjax4JsfTestCase.TestCaseRunnable
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
AbstractThreadedAjax4JsfTestCase

public abstract class AbstractThreadedAjax4JsfTestCase.TestCaseRunnable
extends java.lang.Object
implements java.lang.Runnable

A test case thread. Override runTestCase () and define behaviour of test in there.


Constructor Summary
AbstractThreadedAjax4JsfTestCase.TestCaseRunnable()
           
 
Method Summary
 void run()
          Run the test in an environment where we can handle the exceptions generated by the test method.
abstract  void runTestCase(javax.faces.context.FacesContext context)
          Override this to define the test
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractThreadedAjax4JsfTestCase.TestCaseRunnable

public AbstractThreadedAjax4JsfTestCase.TestCaseRunnable()
Method Detail

runTestCase

public abstract void runTestCase(javax.faces.context.FacesContext context)
                          throws java.lang.Throwable
Override this to define the test

Throws:
java.lang.Throwable

run

public void run()
Run the test in an environment where we can handle the exceptions generated by the test method.

Specified by:
run in interface java.lang.Runnable


Copyright © 2009. All Rights Reserved.