org.apache.velocity.tools.generic
Class XmlToolTests

java.lang.Object
  extended by org.apache.velocity.tools.generic.XmlToolTests

public class XmlToolTests
extends Object

Tests for XmlTool

Since:
VelocityTools 2.0
Version:
$Id$
Author:
Nathan Bubna

Constructor Summary
XmlToolTests()
           
 
Method Summary
 void ctorXmlTool()
           
 void methodAttr_Object()
           
 void methodAttributes()
           
 void methodChildren()
           
 void methodConfigure_ValueParser()
           
 void methodFind_Object()
           
 void methodGet_Number()
           
 void methodGet_Object()
           
 void methodGetFirst()
           
 void methodGetLast()
           
 void methodGetName()
           
 void methodGetNodeName()
           
 void methodGetParent()
           
 void methodGetText()
           
 void methodIsEmpty()
           
 void methodIterator()
           
 void methodNode()
           
 void methodParents()
           
 void methodParse_Object()
           
 void methodSize()
           
 void methodToString()
           
 void testStringFileEquals()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlToolTests

public XmlToolTests()
Method Detail

ctorXmlTool

public void ctorXmlTool()
                 throws Exception
Throws:
Exception

testStringFileEquals

public void testStringFileEquals()
                          throws Exception
Throws:
Exception

methodAttr_Object

public void methodAttr_Object()
                       throws Exception
Throws:
Exception

methodAttributes

public void methodAttributes()
                      throws Exception
Throws:
Exception

methodChildren

public void methodChildren()
                    throws Exception
Throws:
Exception

methodGetParent

public void methodGetParent()
                     throws Exception
Throws:
Exception

methodParents

public void methodParents()
                   throws Exception
Throws:
Exception

methodConfigure_ValueParser

public void methodConfigure_ValueParser()
                                 throws Exception
Throws:
Exception

methodFind_Object

public void methodFind_Object()
                       throws Exception
Throws:
Exception

methodGetFirst

public void methodGetFirst()
                    throws Exception
Throws:
Exception

methodGetLast

public void methodGetLast()
                   throws Exception
Throws:
Exception

methodGetName

public void methodGetName()
                   throws Exception
Throws:
Exception

methodGetNodeName

public void methodGetNodeName()
                       throws Exception
Throws:
Exception

methodGetText

public void methodGetText()
                   throws Exception
Throws:
Exception

methodGet_Number

public void methodGet_Number()
                      throws Exception
Throws:
Exception

methodGet_Object

public void methodGet_Object()
                      throws Exception
Throws:
Exception

methodIsEmpty

public void methodIsEmpty()
                   throws Exception
Throws:
Exception

methodIterator

public void methodIterator()
                    throws Exception
Throws:
Exception

methodNode

public void methodNode()
                throws Exception
Throws:
Exception

methodParse_Object

public void methodParse_Object()
                        throws Exception
Throws:
Exception

methodSize

public void methodSize()
                throws Exception
Throws:
Exception

methodToString

public void methodToString()
                    throws Exception
Throws:
Exception


Copyright © 2002-2010 Apache Software Foundation. All Rights Reserved.