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

Quick Search    Search Deep

org.apache.batik.parser
Class TransformListParserTest  view TransformListParserTest download TransformListParserTest.java

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

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

To test the transform list parser.

Version:
$Id: TransformListParserTest.java,v 1.3 2005/04/01 02:28:16 deweese Exp $

Nested Class Summary
(package private)  class TransformListParserTest.TestHandler
           
 
Field Summary
protected  java.lang.StringBuffer buffer
           
protected  java.lang.String destinationTransform
           
protected  java.lang.String resultTransform
           
protected  java.lang.String sourceTransform
           
 
Fields inherited from class org.apache.batik.test.AbstractTest
id, name, parent
 
Constructor Summary
TransformListParserTest(java.lang.String stransform, java.lang.String dtransform)
          Creates a new TransformListParserTest.
 
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

sourceTransform

protected java.lang.String sourceTransform

destinationTransform

protected java.lang.String destinationTransform

buffer

protected java.lang.StringBuffer buffer

resultTransform

protected java.lang.String resultTransform
Constructor Detail

TransformListParserTest

public TransformListParserTest(java.lang.String stransform,
                               java.lang.String dtransform)
Creates a new TransformListParserTest.

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.