Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.batik.dom
Class AppendChildTest  view AppendChildTest download AppendChildTest.java

java.lang.Object
  extended byorg.apache.batik.test.AbstractTest
      extended byorg.apache.batik.dom.AppendChildTest
All Implemented Interfaces:
org.apache.batik.test.Test

public class AppendChildTest
extends org.apache.batik.test.AbstractTest

This class tests the appendChild method.

Version:
$Id: AppendChildTest.java,v 1.4 2004/08/18 07:16:39 vhardy Exp $

Field Summary
static java.lang.String ENTRY_KEY_ID
           
static java.lang.String ERROR_EXCEPTION_NOT_THROWN
           
static java.lang.String ERROR_GET_ELEMENT_BY_ID_FAILED
           
protected  java.lang.String rootTag
           
protected  java.lang.String targetId
           
protected  java.lang.String testFileName
           
 
Fields inherited from class org.apache.batik.test.AbstractTest
id, name, parent
 
Constructor Summary
AppendChildTest(java.lang.String file, java.lang.String root, java.lang.String id)
           
 
Method Summary
 org.apache.batik.test.TestReport runImpl()
          Subclasses should implement this method with the content of the test case.
 
Methods inherited from class org.apache.batik.test.AbstractTest
assertEquals, assertEquals, assertNull, assertTrue, error, getId, getName, getParent, getQualifiedId, reportError, reportException, reportSuccess, run, runImplBasic, setId, setName, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ERROR_GET_ELEMENT_BY_ID_FAILED

public static java.lang.String ERROR_GET_ELEMENT_BY_ID_FAILED

ERROR_EXCEPTION_NOT_THROWN

public static java.lang.String ERROR_EXCEPTION_NOT_THROWN

ENTRY_KEY_ID

public static java.lang.String ENTRY_KEY_ID

testFileName

protected java.lang.String testFileName

rootTag

protected java.lang.String rootTag

targetId

protected java.lang.String targetId
Constructor Detail

AppendChildTest

public AppendChildTest(java.lang.String file,
                       java.lang.String root,
                       java.lang.String id)
Method Detail

runImpl

public org.apache.batik.test.TestReport runImpl()
                                         throws java.lang.Exception
Description copied from class: org.apache.batik.test.AbstractTest
Subclasses should implement this method with the content of the test case. Typically, implementations will choose to catch and process all exceptions and error conditions they are looking for in the code they exercise but will let exceptions due to their own processing propagate.