ca.intelliware.amakihi.fixture
Class IntegrationTest

java.lang.Object
  |
  +--junit.framework.Assert
        |
        +--junit.framework.TestCase
              |
              +--ca.intelliware.amakihi.fixture.IntegrationTest
All Implemented Interfaces:
junit.framework.Test

public abstract class IntegrationTest
extends junit.framework.TestCase


Field Summary
protected  org.apache.log4j.Logger log
           
 
Constructor Summary
IntegrationTest()
           
IntegrationTest(java.lang.String testCaseName)
           
 
Method Summary
protected  java.util.Hashtable assembleCast(Script.Action[] actions, Script script, java.lang.String tagName)
           
protected  Actor createActor(Script.ActorDefinition definition, java.lang.String tagName)
           
protected  org.w3c.dom.Document parseXML(java.io.InputStream stream)
           
protected  void runAction(Actor actor, Script.Action action)
           
protected  void runAllScriptsFor(org.w3c.dom.Document document)
           
protected  void runAllScriptsFor(org.w3c.dom.Document document, java.lang.String tagName)
           
protected  void runAllScriptsFor(java.lang.String resourceName)
           
protected  void runScript(Script script, java.lang.String tagName)
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, name, run, run, runBare, runTest, setUp, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assert, assert, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertNotNull, assertNotNull, assertNull, assertNull, assertSame, assertSame, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

log

protected org.apache.log4j.Logger log
Constructor Detail

IntegrationTest

public IntegrationTest(java.lang.String testCaseName)

IntegrationTest

public IntegrationTest()
Method Detail

runAllScriptsFor

protected void runAllScriptsFor(java.lang.String resourceName)
                         throws ActorFactoryException,
                                java.io.IOException,
                                org.xml.sax.SAXException

parseXML

protected org.w3c.dom.Document parseXML(java.io.InputStream stream)
                                 throws org.xml.sax.SAXException,
                                        java.io.IOException

runAllScriptsFor

protected void runAllScriptsFor(org.w3c.dom.Document document)
                         throws ActorFactoryException

runAllScriptsFor

protected void runAllScriptsFor(org.w3c.dom.Document document,
                                java.lang.String tagName)
                         throws ActorFactoryException

createActor

protected Actor createActor(Script.ActorDefinition definition,
                            java.lang.String tagName)
                     throws ActorFactoryException

runScript

protected void runScript(Script script,
                         java.lang.String tagName)
                  throws ActorFactoryException

assembleCast

protected java.util.Hashtable assembleCast(Script.Action[] actions,
                                           Script script,
                                           java.lang.String tagName)
                                    throws ActorFactoryException

runAction

protected void runAction(Actor actor,
                         Script.Action action)


Copyright 2002 Intelliware Development. All Rights Reserved.