blob: 6ea8a5d7054d05016b89ef1609af335e5a30994f [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.6.0_04) on Tue Dec 02 17:12:39 PST 2008 -->
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<TITLE>
Class Hierarchy (Apache Velocity 1.6 Test API)
</TITLE>
<META NAME="date" CONTENT="2008-12-02">
<LINK REL ="stylesheet" TYPE="text/css" HREF="stylesheet.css" TITLE="Style">
<SCRIPT type="text/javascript">
function windowTitle()
{
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Class Hierarchy (Apache Velocity 1.6 Test API)";
}
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>
</HEAD>
<BODY BGCOLOR="white" onload="windowTitle();">
<HR>
<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;PREV&nbsp;
&nbsp;NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="index.html?overview-tree.html" target="_top"><B>FRAMES</B></A> &nbsp;
&nbsp;<A HREF="overview-tree.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
&nbsp;<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->
<HR>
<CENTER>
<H2>
Hierarchy For All Packages</H2>
</CENTER>
<DL>
<DT><B>Package Hierarchies:</B><DD><A HREF="org/apache/velocity/io/package-tree.html">org.apache.velocity.io</A>, <A HREF="org/apache/velocity/test/package-tree.html">org.apache.velocity.test</A>, <A HREF="org/apache/velocity/test/eventhandler/package-tree.html">org.apache.velocity.test.eventhandler</A>, <A HREF="org/apache/velocity/test/issues/package-tree.html">org.apache.velocity.test.issues</A>, <A HREF="org/apache/velocity/test/misc/package-tree.html">org.apache.velocity.test.misc</A>, <A HREF="org/apache/velocity/test/provider/package-tree.html">org.apache.velocity.test.provider</A>, <A HREF="org/apache/velocity/test/sql/package-tree.html">org.apache.velocity.test.sql</A>, <A HREF="org/apache/velocity/test/util/introspection/package-tree.html">org.apache.velocity.test.util.introspection</A>, <A HREF="org/apache/velocity/test/view/package-tree.html">org.apache.velocity.test.view</A>, <A HREF="org/apache/velocity/util/package-tree.html">org.apache.velocity.util</A></DL>
<HR>
<H2>
Class Hierarchy
</H2>
<UL>
<LI TYPE="circle">java.lang.<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Object.html?is-external=true" title="class or interface in java.lang"><B>Object</B></A><UL>
<LI TYPE="circle">junit.framework.Assert<UL>
<LI TYPE="circle">junit.framework.TestCase (implements junit.framework.Test)
<UL>
<LI TYPE="circle">org.apache.velocity.test.<A HREF="org/apache/velocity/test/ArithmeticTestCase.html" title="class in org.apache.velocity.test"><B>ArithmeticTestCase</B></A><LI TYPE="circle">org.apache.velocity.test.<A HREF="org/apache/velocity/test/BaseEvalTestCase.html" title="class in org.apache.velocity.test"><B>BaseEvalTestCase</B></A><UL>
<LI TYPE="circle">org.apache.velocity.test.<A HREF="org/apache/velocity/test/ArrayMethodsTestCase.html" title="class in org.apache.velocity.test"><B>ArrayMethodsTestCase</B></A><LI TYPE="circle">org.apache.velocity.test.<A HREF="org/apache/velocity/test/DefineTestCase.html" title="class in org.apache.velocity.test"><B>DefineTestCase</B></A><LI TYPE="circle">org.apache.velocity.test.<A HREF="org/apache/velocity/test/ForeachBreakTestCase.html" title="class in org.apache.velocity.test"><B>ForeachBreakTestCase</B></A><LI TYPE="circle">org.apache.velocity.test.<A HREF="org/apache/velocity/test/IfNullTestCase.html" title="class in org.apache.velocity.test"><B>IfNullTestCase</B></A><LI TYPE="circle">org.apache.velocity.test.<A HREF="org/apache/velocity/test/PropertyMethodPrecedenceTestCase.html" title="class in org.apache.velocity.test"><B>PropertyMethodPrecedenceTestCase</B></A><LI TYPE="circle">org.apache.velocity.test.<A HREF="org/apache/velocity/test/StaticUtilityMethodsTestCase.html" title="class in org.apache.velocity.test"><B>StaticUtilityMethodsTestCase</B></A><LI TYPE="circle">org.apache.velocity.test.<A HREF="org/apache/velocity/test/StrictForeachTestCase.html" title="class in org.apache.velocity.test"><B>StrictForeachTestCase</B></A><LI TYPE="circle">org.apache.velocity.test.<A HREF="org/apache/velocity/test/StrictMathTestCase.html" title="class in org.apache.velocity.test"><B>StrictMathTestCase</B></A><LI TYPE="circle">org.apache.velocity.test.<A HREF="org/apache/velocity/test/StrictReferenceTestCase.html" title="class in org.apache.velocity.test"><B>StrictReferenceTestCase</B></A><LI TYPE="circle">org.apache.velocity.test.<A HREF="org/apache/velocity/test/StringConcatenationTestCase.html" title="class in org.apache.velocity.test"><B>StringConcatenationTestCase</B></A><LI TYPE="circle">org.apache.velocity.test.<A HREF="org/apache/velocity/test/URLResourceLoaderTimeoutTestCase.html" title="class in org.apache.velocity.test"><B>URLResourceLoaderTimeoutTestCase</B></A><LI TYPE="circle">org.apache.velocity.test.<A HREF="org/apache/velocity/test/VarargMethodsTestCase.html" title="class in org.apache.velocity.test"><B>VarargMethodsTestCase</B></A><LI TYPE="circle">org.apache.velocity.test.issues.<A HREF="org/apache/velocity/test/issues/Velocity355And552TestCase.html" title="class in org.apache.velocity.test.issues"><B>Velocity355And552TestCase</B></A><LI TYPE="circle">org.apache.velocity.test.issues.<A HREF="org/apache/velocity/test/issues/Velocity532TestCase.html" title="class in org.apache.velocity.test.issues"><B>Velocity532TestCase</B></A><LI TYPE="circle">org.apache.velocity.test.issues.<A HREF="org/apache/velocity/test/issues/Velocity544TestCase.html" title="class in org.apache.velocity.test.issues"><B>Velocity544TestCase</B></A><LI TYPE="circle">org.apache.velocity.test.issues.<A HREF="org/apache/velocity/test/issues/Velocity579TestCase.html" title="class in org.apache.velocity.test.issues"><B>Velocity579TestCase</B></A><LI TYPE="circle">org.apache.velocity.test.issues.<A HREF="org/apache/velocity/test/issues/Velocity587TestCase.html" title="class in org.apache.velocity.test.issues"><B>Velocity587TestCase</B></A><LI TYPE="circle">org.apache.velocity.test.issues.<A HREF="org/apache/velocity/test/issues/Velocity589TestCase.html" title="class in org.apache.velocity.test.issues"><B>Velocity589TestCase</B></A><LI TYPE="circle">org.apache.velocity.test.issues.<A HREF="org/apache/velocity/test/issues/Velocity614TestCase.html" title="class in org.apache.velocity.test.issues"><B>Velocity614TestCase</B></A><LI TYPE="circle">org.apache.velocity.test.issues.<A HREF="org/apache/velocity/test/issues/Velocity616TestCase.html" title="class in org.apache.velocity.test.issues"><B>Velocity616TestCase</B></A><LI TYPE="circle">org.apache.velocity.test.issues.<A HREF="org/apache/velocity/test/issues/Velocity625TestCase.html" title="class in org.apache.velocity.test.issues"><B>Velocity625TestCase</B></A><LI TYPE="circle">org.apache.velocity.test.issues.<A HREF="org/apache/velocity/test/issues/Velocity627TestCase.html" title="class in org.apache.velocity.test.issues"><B>Velocity627TestCase</B></A><LI TYPE="circle">org.apache.velocity.test.issues.<A HREF="org/apache/velocity/test/issues/Velocity629TestCase.html" title="class in org.apache.velocity.test.issues"><B>Velocity629TestCase</B></A><LI TYPE="circle">org.apache.velocity.test.issues.<A HREF="org/apache/velocity/test/issues/Velocity62TestCase.html" title="class in org.apache.velocity.test.issues"><B>Velocity62TestCase</B></A><LI TYPE="circle">org.apache.velocity.test.issues.<A HREF="org/apache/velocity/test/issues/Velocity630TestCase.html" title="class in org.apache.velocity.test.issues"><B>Velocity630TestCase</B></A><LI TYPE="circle">org.apache.velocity.test.issues.<A HREF="org/apache/velocity/test/issues/Velocity631TestCase.html" title="class in org.apache.velocity.test.issues"><B>Velocity631TestCase</B></A><LI TYPE="circle">org.apache.velocity.test.issues.<A HREF="org/apache/velocity/test/issues/Velocity644TestCase.html" title="class in org.apache.velocity.test.issues"><B>Velocity644TestCase</B></A></UL>
<LI TYPE="circle">org.apache.velocity.test.<A HREF="org/apache/velocity/test/BaseTestCase.html" title="class in org.apache.velocity.test"><B>BaseTestCase</B></A> (implements org.apache.velocity.test.<A HREF="org/apache/velocity/test/TemplateTestBase.html" title="interface in org.apache.velocity.test">TemplateTestBase</A>)
<UL>
<LI TYPE="circle">org.apache.velocity.test.<A HREF="org/apache/velocity/test/AbsoluteFileResourceLoaderTestCase.html" title="class in org.apache.velocity.test"><B>AbsoluteFileResourceLoaderTestCase</B></A><LI TYPE="circle">org.apache.velocity.test.<A HREF="org/apache/velocity/test/AnakiaTestCase.html" title="class in org.apache.velocity.test"><B>AnakiaTestCase</B></A><LI TYPE="circle">org.apache.velocity.test.sql.<A HREF="org/apache/velocity/test/sql/BaseSQLTest.html" title="class in org.apache.velocity.test.sql"><B>BaseSQLTest</B></A><UL>
<LI TYPE="circle">org.apache.velocity.test.sql.<A HREF="org/apache/velocity/test/sql/DataSourceResourceLoaderTestCase.html" title="class in org.apache.velocity.test.sql"><B>DataSourceResourceLoaderTestCase</B></A></UL>
<LI TYPE="circle">org.apache.velocity.test.<A HREF="org/apache/velocity/test/BuiltInEventHandlerTestCase.html" title="class in org.apache.velocity.test"><B>BuiltInEventHandlerTestCase</B></A><LI TYPE="circle">org.apache.velocity.test.util.introspection.<A HREF="org/apache/velocity/test/util/introspection/ChainedUberspectorsTestCase.html" title="class in org.apache.velocity.test.util.introspection"><B>ChainedUberspectorsTestCase</B></A><LI TYPE="circle">org.apache.velocity.test.util.introspection.<A HREF="org/apache/velocity/test/util/introspection/ClassMapTestCase.html" title="class in org.apache.velocity.test.util.introspection"><B>ClassMapTestCase</B></A><LI TYPE="circle">org.apache.velocity.test.<A HREF="org/apache/velocity/test/ClasspathResourceTestCase.html" title="class in org.apache.velocity.test"><B>ClasspathResourceTestCase</B></A><LI TYPE="circle">org.apache.velocity.test.<A HREF="org/apache/velocity/test/CommentsTestCase.html" title="class in org.apache.velocity.test"><B>CommentsTestCase</B></A><LI TYPE="circle">org.apache.velocity.test.<A HREF="org/apache/velocity/test/CommonsExtPropTestCase.html" title="class in org.apache.velocity.test"><B>CommonsExtPropTestCase</B></A><LI TYPE="circle">org.apache.velocity.test.<A HREF="org/apache/velocity/test/ContextSafetyTestCase.html" title="class in org.apache.velocity.test"><B>ContextSafetyTestCase</B></A> (implements org.apache.velocity.test.<A HREF="org/apache/velocity/test/TemplateTestBase.html" title="interface in org.apache.velocity.test">TemplateTestBase</A>)
<LI TYPE="circle">org.apache.velocity.test.<A HREF="org/apache/velocity/test/EncodingTestCase.html" title="class in org.apache.velocity.test"><B>EncodingTestCase</B></A> (implements org.apache.velocity.test.<A HREF="org/apache/velocity/test/TemplateTestBase.html" title="interface in org.apache.velocity.test">TemplateTestBase</A>)
<LI TYPE="circle">org.apache.velocity.test.<A HREF="org/apache/velocity/test/EvaluateTestCase.html" title="class in org.apache.velocity.test"><B>EvaluateTestCase</B></A><LI TYPE="circle">org.apache.velocity.test.<A HREF="org/apache/velocity/test/ExceptionTestCase.html" title="class in org.apache.velocity.test"><B>ExceptionTestCase</B></A> (implements org.apache.velocity.test.<A HREF="org/apache/velocity/test/TemplateTestBase.html" title="interface in org.apache.velocity.test">TemplateTestBase</A>)
<LI TYPE="circle">org.apache.velocity.test.<A HREF="org/apache/velocity/test/FilteredEventHandlingTestCase.html" title="class in org.apache.velocity.test"><B>FilteredEventHandlingTestCase</B></A> (implements org.apache.velocity.runtime.log.<A HREF="../apidocs/org/apache/velocity/runtime/log/LogChute.html?is-external=true" title="class or interface in org.apache.velocity.runtime.log">LogChute</A>)
<LI TYPE="circle">org.apache.velocity.test.<A HREF="org/apache/velocity/test/IncludeErrorTestCase.html" title="class in org.apache.velocity.test"><B>IncludeErrorTestCase</B></A> (implements org.apache.velocity.test.<A HREF="org/apache/velocity/test/TemplateTestBase.html" title="interface in org.apache.velocity.test">TemplateTestBase</A>)
<LI TYPE="circle">org.apache.velocity.test.<A HREF="org/apache/velocity/test/IncludeEventHandlingTestCase.html" title="class in org.apache.velocity.test"><B>IncludeEventHandlingTestCase</B></A> (implements org.apache.velocity.app.event.<A HREF="../apidocs/org/apache/velocity/app/event/IncludeEventHandler.html?is-external=true" title="class or interface in org.apache.velocity.app.event">IncludeEventHandler</A>, org.apache.velocity.util.<A HREF="../apidocs/org/apache/velocity/util/RuntimeServicesAware.html?is-external=true" title="class or interface in org.apache.velocity.util">RuntimeServicesAware</A>)
<LI TYPE="circle">org.apache.velocity.test.<A HREF="org/apache/velocity/test/InfoTestCase.html" title="class in org.apache.velocity.test"><B>InfoTestCase</B></A> (implements org.apache.velocity.test.<A HREF="org/apache/velocity/test/TemplateTestBase.html" title="interface in org.apache.velocity.test">TemplateTestBase</A>)
<LI TYPE="circle">org.apache.velocity.test.<A HREF="org/apache/velocity/test/InlineScopeVMTestCase.html" title="class in org.apache.velocity.test"><B>InlineScopeVMTestCase</B></A> (implements org.apache.velocity.test.<A HREF="org/apache/velocity/test/TemplateTestBase.html" title="interface in org.apache.velocity.test">TemplateTestBase</A>)
<LI TYPE="circle">org.apache.velocity.test.<A HREF="org/apache/velocity/test/Introspector2TestCase.html" title="class in org.apache.velocity.test"><B>Introspector2TestCase</B></A><LI TYPE="circle">org.apache.velocity.test.<A HREF="org/apache/velocity/test/Introspector3TestCase.html" title="class in org.apache.velocity.test"><B>Introspector3TestCase</B></A><LI TYPE="circle">org.apache.velocity.test.<A HREF="org/apache/velocity/test/IntrospectorTestCase.html" title="class in org.apache.velocity.test"><B>IntrospectorTestCase</B></A><LI TYPE="circle">org.apache.velocity.test.<A HREF="org/apache/velocity/test/MacroForwardDefineTestCase.html" title="class in org.apache.velocity.test"><B>MacroForwardDefineTestCase</B></A><LI TYPE="circle">org.apache.velocity.test.<A HREF="org/apache/velocity/test/MethodOverloadingTestCase.html" title="class in org.apache.velocity.test"><B>MethodOverloadingTestCase</B></A> (implements org.apache.velocity.runtime.log.<A HREF="../apidocs/org/apache/velocity/runtime/log/LogChute.html?is-external=true" title="class or interface in org.apache.velocity.runtime.log">LogChute</A>)
<LI TYPE="circle">org.apache.velocity.test.<A HREF="org/apache/velocity/test/MiscTestCase.html" title="class in org.apache.velocity.test"><B>MiscTestCase</B></A><LI TYPE="circle">org.apache.velocity.test.<A HREF="org/apache/velocity/test/MultiLoaderTestCase.html" title="class in org.apache.velocity.test"><B>MultiLoaderTestCase</B></A><LI TYPE="circle">org.apache.velocity.test.<A HREF="org/apache/velocity/test/MultipleFileResourcePathTestCase.html" title="class in org.apache.velocity.test"><B>MultipleFileResourcePathTestCase</B></A><LI TYPE="circle">org.apache.velocity.test.<A HREF="org/apache/velocity/test/ParseExceptionTestCase.html" title="class in org.apache.velocity.test"><B>ParseExceptionTestCase</B></A><LI TYPE="circle">org.apache.velocity.test.<A HREF="org/apache/velocity/test/ParseWithMacroLibsTestCase.html" title="class in org.apache.velocity.test"><B>ParseWithMacroLibsTestCase</B></A><LI TYPE="circle">org.apache.velocity.test.<A HREF="org/apache/velocity/test/ResourceCachingTestCase.html" title="class in org.apache.velocity.test"><B>ResourceCachingTestCase</B></A><LI TYPE="circle">org.apache.velocity.test.<A HREF="org/apache/velocity/test/ResourceExistsTestCase.html" title="class in org.apache.velocity.test"><B>ResourceExistsTestCase</B></A><LI TYPE="circle">org.apache.velocity.test.<A HREF="org/apache/velocity/test/ResourceLoaderInstanceTestCase.html" title="class in org.apache.velocity.test"><B>ResourceLoaderInstanceTestCase</B></A><LI TYPE="circle">org.apache.velocity.test.<A HREF="org/apache/velocity/test/SecureIntrospectionTestCase.html" title="class in org.apache.velocity.test"><B>SecureIntrospectionTestCase</B></A><LI TYPE="circle">org.apache.velocity.test.<A HREF="org/apache/velocity/test/SetTestCase.html" title="class in org.apache.velocity.test"><B>SetTestCase</B></A><LI TYPE="circle">org.apache.velocity.test.<A HREF="org/apache/velocity/test/StringResourceLoaderTestCase.html" title="class in org.apache.velocity.test"><B>StringResourceLoaderTestCase</B></A><LI TYPE="circle">org.apache.velocity.test.<A HREF="org/apache/velocity/test/TemplateTestCase.html" title="class in org.apache.velocity.test"><B>TemplateTestCase</B></A> (implements org.apache.velocity.test.<A HREF="org/apache/velocity/test/TemplateTestBase.html" title="interface in org.apache.velocity.test">TemplateTestBase</A>)
<LI TYPE="circle">org.apache.velocity.test.<A HREF="org/apache/velocity/test/TestBaseTestCase.html" title="class in org.apache.velocity.test"><B>TestBaseTestCase</B></A><LI TYPE="circle">org.apache.velocity.test.<A HREF="org/apache/velocity/test/TexenClasspathTestCase.html" title="class in org.apache.velocity.test"><B>TexenClasspathTestCase</B></A><LI TYPE="circle">org.apache.velocity.test.<A HREF="org/apache/velocity/test/TexenTestCase.html" title="class in org.apache.velocity.test"><B>TexenTestCase</B></A><LI TYPE="circle">org.apache.velocity.test.<A HREF="org/apache/velocity/test/UberspectorTestCase.html" title="class in org.apache.velocity.test"><B>UberspectorTestCase</B></A><LI TYPE="circle">org.apache.velocity.test.<A HREF="org/apache/velocity/test/UnicodeEscapeTestCase.html" title="class in org.apache.velocity.test"><B>UnicodeEscapeTestCase</B></A><LI TYPE="circle">org.apache.velocity.test.issues.<A HREF="org/apache/velocity/test/issues/Velocity537TestCase.html" title="class in org.apache.velocity.test.issues"><B>Velocity537TestCase</B></A><LI TYPE="circle">org.apache.velocity.test.issues.<A HREF="org/apache/velocity/test/issues/Velocity580TestCase.html" title="class in org.apache.velocity.test.issues"><B>Velocity580TestCase</B></A><LI TYPE="circle">org.apache.velocity.test.<A HREF="org/apache/velocity/test/VelocityAppTestCase.html" title="class in org.apache.velocity.test"><B>VelocityAppTestCase</B></A> (implements org.apache.velocity.test.<A HREF="org/apache/velocity/test/TemplateTestBase.html" title="interface in org.apache.velocity.test">TemplateTestBase</A>)
<LI TYPE="circle">org.apache.velocity.test.issues.<A HREF="org/apache/velocity/test/issues/VelTools66TestCase.html" title="class in org.apache.velocity.test.issues"><B>VelTools66TestCase</B></A><LI TYPE="circle">org.apache.velocity.test.<A HREF="org/apache/velocity/test/VMLibraryTestCase.html" title="class in org.apache.velocity.test"><B>VMLibraryTestCase</B></A><LI TYPE="circle">org.apache.velocity.test.<A HREF="org/apache/velocity/test/WrappedExceptionTestCase.html" title="class in org.apache.velocity.test"><B>WrappedExceptionTestCase</B></A> (implements org.apache.velocity.test.<A HREF="org/apache/velocity/test/TemplateTestBase.html" title="interface in org.apache.velocity.test">TemplateTestBase</A>)
</UL>
<LI TYPE="circle">org.apache.velocity.test.<A HREF="org/apache/velocity/test/ClassloaderChangeTestCase.html" title="class in org.apache.velocity.test"><B>ClassloaderChangeTestCase</B></A> (implements org.apache.velocity.runtime.log.<A HREF="../apidocs/org/apache/velocity/runtime/log/LogChute.html?is-external=true" title="class or interface in org.apache.velocity.runtime.log">LogChute</A>)
<LI TYPE="circle">org.apache.velocity.test.<A HREF="org/apache/velocity/test/EvaluateContextTestCase.html" title="class in org.apache.velocity.test"><B>EvaluateContextTestCase</B></A><LI TYPE="circle">org.apache.velocity.test.<A HREF="org/apache/velocity/test/EventHandlingTestCase.html" title="class in org.apache.velocity.test"><B>EventHandlingTestCase</B></A> (implements org.apache.velocity.runtime.log.<A HREF="../apidocs/org/apache/velocity/runtime/log/LogChute.html?is-external=true" title="class or interface in org.apache.velocity.runtime.log">LogChute</A>)
<LI TYPE="circle">org.apache.velocity.test.<A HREF="org/apache/velocity/test/ExternalLoggerTestCase.html" title="class in org.apache.velocity.test"><B>ExternalLoggerTestCase</B></A> (implements org.apache.velocity.runtime.log.<A HREF="../apidocs/org/apache/velocity/runtime/log/LogChute.html?is-external=true" title="class or interface in org.apache.velocity.runtime.log">LogChute</A>)
<LI TYPE="circle">org.apache.velocity.test.<A HREF="org/apache/velocity/test/ForeachTestCase.html" title="class in org.apache.velocity.test"><B>ForeachTestCase</B></A><LI TYPE="circle">org.apache.velocity.test.<A HREF="org/apache/velocity/test/IntrospectionCacheDataTestCase.html" title="class in org.apache.velocity.test"><B>IntrospectionCacheDataTestCase</B></A><LI TYPE="circle">org.apache.velocity.test.<A HREF="org/apache/velocity/test/InvalidEventHandlerTestCase.html" title="class in org.apache.velocity.test"><B>InvalidEventHandlerTestCase</B></A><LI TYPE="circle">org.apache.velocity.test.<A HREF="org/apache/velocity/test/MethodCacheKeyTestCase.html" title="class in org.apache.velocity.test"><B>MethodCacheKeyTestCase</B></A><LI TYPE="circle">org.apache.velocity.test.<A HREF="org/apache/velocity/test/MethodInvocationExceptionTestCase.html" title="class in org.apache.velocity.test"><B>MethodInvocationExceptionTestCase</B></A><LI TYPE="circle">org.apache.velocity.test.<A HREF="org/apache/velocity/test/NumberMethodCallsTestCase.html" title="class in org.apache.velocity.test"><B>NumberMethodCallsTestCase</B></A><LI TYPE="circle">org.apache.velocity.test.<A HREF="org/apache/velocity/test/ParserTestCase.html" title="class in org.apache.velocity.test"><B>ParserTestCase</B></A><LI TYPE="circle">org.apache.velocity.util.<A HREF="org/apache/velocity/util/SimplePoolTestCase.html" title="class in org.apache.velocity.util"><B>SimplePoolTestCase</B></A><LI TYPE="circle">org.apache.velocity.test.<A HREF="org/apache/velocity/test/StringResourceLoaderRepositoryTestCase.html" title="class in org.apache.velocity.test"><B>StringResourceLoaderRepositoryTestCase</B></A><LI TYPE="circle">org.apache.velocity.io.<A HREF="org/apache/velocity/io/UnicodeInputStreamTestCase.html" title="class in org.apache.velocity.io"><B>UnicodeInputStreamTestCase</B></A><LI TYPE="circle">org.apache.velocity.test.<A HREF="org/apache/velocity/test/VelocimacroTestCase.html" title="class in org.apache.velocity.test"><B>VelocimacroTestCase</B></A><LI TYPE="circle">org.apache.velocity.test.<A HREF="org/apache/velocity/test/VelocityServletTestCase.html" title="class in org.apache.velocity.test"><B>VelocityServletTestCase</B></A><LI TYPE="circle">org.apache.velocity.test.<A HREF="org/apache/velocity/test/VMContextLocalscopeTestCase.html" title="class in org.apache.velocity.test"><B>VMContextLocalscopeTestCase</B></A></UL>
</UL>
<LI TYPE="circle">org.apache.velocity.test.provider.<A HREF="org/apache/velocity/test/provider/BoolObj.html" title="class in org.apache.velocity.test.provider"><B>BoolObj</B></A><LI TYPE="circle">org.apache.velocity.test.util.introspection.<A HREF="org/apache/velocity/test/util/introspection/ChainedUberspectorsTestCase.Foo.html" title="class in org.apache.velocity.test.util.introspection"><B>ChainedUberspectorsTestCase.Foo</B></A><LI TYPE="circle">org.apache.velocity.test.util.introspection.<A HREF="org/apache/velocity/test/util/introspection/ClassMapTestCase.TestClassMap.html" title="class in org.apache.velocity.test.util.introspection"><B>ClassMapTestCase.TestClassMap</B></A><LI TYPE="circle">org.apache.velocity.test.sql.<A HREF="org/apache/velocity/test/sql/DataSourceResourceLoaderTestCase.DSRLTCTool.html" title="class in org.apache.velocity.test.sql"><B>DataSourceResourceLoaderTestCase.DSRLTCTool</B></A><LI TYPE="circle">org.apache.velocity.test.<A HREF="org/apache/velocity/test/DefineTestCase.Inc.html" title="class in org.apache.velocity.test"><B>DefineTestCase.Inc</B></A><LI TYPE="circle">org.apache.velocity.runtime.directive.<A HREF="../apidocs/org/apache/velocity/runtime/directive/Directive.html?is-external=true" title="class or interface in org.apache.velocity.runtime.directive"><B>Directive</B></A> (implements java.lang.<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Cloneable.html?is-external=true" title="class or interface in java.lang">Cloneable</A>, org.apache.velocity.runtime.directive.<A HREF="../apidocs/org/apache/velocity/runtime/directive/DirectiveConstants.html?is-external=true" title="class or interface in org.apache.velocity.runtime.directive">DirectiveConstants</A>)
<UL>
<LI TYPE="circle">org.apache.velocity.test.misc.<A HREF="org/apache/velocity/test/misc/ExceptionGeneratingDirective.html" title="class in org.apache.velocity.test.misc"><B>ExceptionGeneratingDirective</B></A></UL>
<LI TYPE="circle">org.apache.velocity.test.<A HREF="org/apache/velocity/test/EventHandlingTestCase.TestEventCartridge.html" title="class in org.apache.velocity.test"><B>EventHandlingTestCase.TestEventCartridge</B></A> (implements org.apache.velocity.util.<A HREF="../apidocs/org/apache/velocity/util/ContextAware.html?is-external=true" title="class or interface in org.apache.velocity.util">ContextAware</A>, org.apache.velocity.app.event.<A HREF="../apidocs/org/apache/velocity/app/event/MethodExceptionEventHandler.html?is-external=true" title="class or interface in org.apache.velocity.app.event">MethodExceptionEventHandler</A>, org.apache.velocity.app.event.<A HREF="../apidocs/org/apache/velocity/app/event/NullSetEventHandler.html?is-external=true" title="class or interface in org.apache.velocity.app.event">NullSetEventHandler</A>, org.apache.velocity.app.event.<A HREF="../apidocs/org/apache/velocity/app/event/ReferenceInsertionEventHandler.html?is-external=true" title="class or interface in org.apache.velocity.app.event">ReferenceInsertionEventHandler</A>, org.apache.velocity.util.<A HREF="../apidocs/org/apache/velocity/util/RuntimeServicesAware.html?is-external=true" title="class or interface in org.apache.velocity.util">RuntimeServicesAware</A>)
<LI TYPE="circle">org.apache.velocity.test.misc.<A HREF="org/apache/velocity/test/misc/ExceptionGeneratingEventHandler.html" title="class in org.apache.velocity.test.misc"><B>ExceptionGeneratingEventHandler</B></A> (implements org.apache.velocity.app.event.<A HREF="../apidocs/org/apache/velocity/app/event/IncludeEventHandler.html?is-external=true" title="class or interface in org.apache.velocity.app.event">IncludeEventHandler</A>, org.apache.velocity.app.event.<A HREF="../apidocs/org/apache/velocity/app/event/MethodExceptionEventHandler.html?is-external=true" title="class or interface in org.apache.velocity.app.event">MethodExceptionEventHandler</A>, org.apache.velocity.app.event.<A HREF="../apidocs/org/apache/velocity/app/event/NullSetEventHandler.html?is-external=true" title="class or interface in org.apache.velocity.app.event">NullSetEventHandler</A>, org.apache.velocity.app.event.<A HREF="../apidocs/org/apache/velocity/app/event/ReferenceInsertionEventHandler.html?is-external=true" title="class or interface in org.apache.velocity.app.event">ReferenceInsertionEventHandler</A>)
<LI TYPE="circle">org.apache.velocity.test.provider.<A HREF="org/apache/velocity/test/provider/ForeachMethodCallHelper.html" title="class in org.apache.velocity.test.provider"><B>ForeachMethodCallHelper</B></A><LI TYPE="circle">org.apache.velocity.test.<A HREF="org/apache/velocity/test/ForeachTestCase.MyIterable.html" title="class in org.apache.velocity.test"><B>ForeachTestCase.MyIterable</B></A><LI TYPE="circle">org.apache.velocity.test.<A HREF="org/apache/velocity/test/ForeachTestCase.NotReallyIterable.html" title="class in org.apache.velocity.test"><B>ForeachTestCase.NotReallyIterable</B></A><LI TYPE="circle">org.apache.velocity.test.misc.<A HREF="org/apache/velocity/test/misc/GetPutObject.html" title="class in org.apache.velocity.test.misc"><B>GetPutObject</B></A><LI TYPE="circle">org.apache.velocity.test.eventhandler.<A HREF="org/apache/velocity/test/eventhandler/Handler1.html" title="class in org.apache.velocity.test.eventhandler"><B>Handler1</B></A> (implements org.apache.velocity.app.event.<A HREF="../apidocs/org/apache/velocity/app/event/IncludeEventHandler.html?is-external=true" title="class or interface in org.apache.velocity.app.event">IncludeEventHandler</A>, org.apache.velocity.app.event.<A HREF="../apidocs/org/apache/velocity/app/event/MethodExceptionEventHandler.html?is-external=true" title="class or interface in org.apache.velocity.app.event">MethodExceptionEventHandler</A>, org.apache.velocity.app.event.<A HREF="../apidocs/org/apache/velocity/app/event/NullSetEventHandler.html?is-external=true" title="class or interface in org.apache.velocity.app.event">NullSetEventHandler</A>, org.apache.velocity.app.event.<A HREF="../apidocs/org/apache/velocity/app/event/ReferenceInsertionEventHandler.html?is-external=true" title="class or interface in org.apache.velocity.app.event">ReferenceInsertionEventHandler</A>)
<LI TYPE="circle">org.apache.velocity.test.eventhandler.<A HREF="org/apache/velocity/test/eventhandler/Handler2.html" title="class in org.apache.velocity.test.eventhandler"><B>Handler2</B></A> (implements org.apache.velocity.app.event.<A HREF="../apidocs/org/apache/velocity/app/event/IncludeEventHandler.html?is-external=true" title="class or interface in org.apache.velocity.app.event">IncludeEventHandler</A>, org.apache.velocity.app.event.<A HREF="../apidocs/org/apache/velocity/app/event/MethodExceptionEventHandler.html?is-external=true" title="class or interface in org.apache.velocity.app.event">MethodExceptionEventHandler</A>, org.apache.velocity.app.event.<A HREF="../apidocs/org/apache/velocity/app/event/NullSetEventHandler.html?is-external=true" title="class or interface in org.apache.velocity.app.event">NullSetEventHandler</A>, org.apache.velocity.app.event.<A HREF="../apidocs/org/apache/velocity/app/event/ReferenceInsertionEventHandler.html?is-external=true" title="class or interface in org.apache.velocity.app.event">ReferenceInsertionEventHandler</A>)
<LI TYPE="circle">org.apache.velocity.test.sql.<A HREF="org/apache/velocity/test/sql/HsqlDataSource.html" title="class in org.apache.velocity.test.sql"><B>HsqlDataSource</B></A> (implements javax.sql.<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/javax/sql/DataSource.html?is-external=true" title="class or interface in javax.sql">DataSource</A>)
<LI TYPE="circle">org.apache.velocity.test.sql.<A HREF="org/apache/velocity/test/sql/HsqlDB.html" title="class in org.apache.velocity.test.sql"><B>HsqlDB</B></A><LI TYPE="circle">org.apache.velocity.test.<A HREF="org/apache/velocity/test/IfNullTestCase.NullToString.html" title="class in org.apache.velocity.test"><B>IfNullTestCase.NullToString</B></A><LI TYPE="circle">org.apache.velocity.test.<A HREF="org/apache/velocity/test/Introspector2TestCase.Bar.html" title="class in org.apache.velocity.test"><B>Introspector2TestCase.Bar</B></A> (implements org.apache.velocity.test.<A HREF="org/apache/velocity/test/Introspector2TestCase.Woogie.html" title="interface in org.apache.velocity.test">Introspector2TestCase.Woogie</A>)
<UL>
<LI TYPE="circle">org.apache.velocity.test.<A HREF="org/apache/velocity/test/Introspector2TestCase.Foo.html" title="class in org.apache.velocity.test"><B>Introspector2TestCase.Foo</B></A></UL>
<LI TYPE="circle">org.apache.velocity.test.<A HREF="org/apache/velocity/test/Introspector2TestCase.Tester.html" title="class in org.apache.velocity.test"><B>Introspector2TestCase.Tester</B></A><LI TYPE="circle">org.apache.velocity.test.<A HREF="org/apache/velocity/test/Introspector2TestCase.Tester2.html" title="class in org.apache.velocity.test"><B>Introspector2TestCase.Tester2</B></A><LI TYPE="circle">org.apache.velocity.test.<A HREF="org/apache/velocity/test/Introspector3TestCase.MethodProvider.html" title="class in org.apache.velocity.test"><B>Introspector3TestCase.MethodProvider</B></A><LI TYPE="circle">org.apache.velocity.test.<A HREF="org/apache/velocity/test/IntrospectorTestCase.MethodProvider.html" title="class in org.apache.velocity.test"><B>IntrospectorTestCase.MethodProvider</B></A><LI TYPE="circle">org.apache.velocity.test.<A HREF="org/apache/velocity/test/InvalidEventHandlerTestCase.TestEventCartridge.html" title="class in org.apache.velocity.test"><B>InvalidEventHandlerTestCase.TestEventCartridge</B></A> (implements org.apache.velocity.app.event.<A HREF="../apidocs/org/apache/velocity/app/event/InvalidReferenceEventHandler.html?is-external=true" title="class or interface in org.apache.velocity.app.event">InvalidReferenceEventHandler</A>, org.apache.velocity.util.<A HREF="../apidocs/org/apache/velocity/util/RuntimeServicesAware.html?is-external=true" title="class or interface in org.apache.velocity.util">RuntimeServicesAware</A>)
<LI TYPE="circle">org.apache.velocity.test.<A HREF="org/apache/velocity/test/InvalidEventHandlerTestCase.Tree.html" title="class in org.apache.velocity.test"><B>InvalidEventHandlerTestCase.Tree</B></A><LI TYPE="circle">org.apache.velocity.test.provider.<A HREF="org/apache/velocity/test/provider/NullToStringObject.html" title="class in org.apache.velocity.test.provider"><B>NullToStringObject</B></A><LI TYPE="circle">org.apache.velocity.test.provider.<A HREF="org/apache/velocity/test/provider/NumberMethods.html" title="class in org.apache.velocity.test.provider"><B>NumberMethods</B></A><LI TYPE="circle">org.apache.velocity.test.<A HREF="org/apache/velocity/test/ParserTestCase.ToStringCounter.html" title="class in org.apache.velocity.test"><B>ParserTestCase.ToStringCounter</B></A><LI TYPE="circle">org.apache.velocity.test.provider.<A HREF="org/apache/velocity/test/provider/Person.html" title="class in org.apache.velocity.test.provider"><B>Person</B></A><UL>
<LI TYPE="circle">org.apache.velocity.test.provider.<A HREF="org/apache/velocity/test/provider/Child.html" title="class in org.apache.velocity.test.provider"><B>Child</B></A></UL>
<LI TYPE="circle">org.apache.velocity.test.<A HREF="org/apache/velocity/test/PropertyMethodPrecedenceTestCase.isTool.html" title="class in org.apache.velocity.test"><B>PropertyMethodPrecedenceTestCase.isTool</B></A><UL>
<LI TYPE="circle">org.apache.velocity.test.<A HREF="org/apache/velocity/test/PropertyMethodPrecedenceTestCase.getisTool.html" title="class in org.apache.velocity.test"><B>PropertyMethodPrecedenceTestCase.getisTool</B></A><UL>
<LI TYPE="circle">org.apache.velocity.test.<A HREF="org/apache/velocity/test/PropertyMethodPrecedenceTestCase.get2getisTool.html" title="class in org.apache.velocity.test"><B>PropertyMethodPrecedenceTestCase.get2getisTool</B></A><LI TYPE="circle">org.apache.velocity.test.<A HREF="org/apache/velocity/test/PropertyMethodPrecedenceTestCase.GetgetisTool.html" title="class in org.apache.velocity.test"><B>PropertyMethodPrecedenceTestCase.GetgetisTool</B></A><UL>
<LI TYPE="circle">org.apache.velocity.test.<A HREF="org/apache/velocity/test/PropertyMethodPrecedenceTestCase.getGetgetisTool.html" title="class in org.apache.velocity.test"><B>PropertyMethodPrecedenceTestCase.getGetgetisTool</B></A></UL>
</UL>
</UL>
<LI TYPE="circle">org.apache.velocity.runtime.resource.loader.<A HREF="../apidocs/org/apache/velocity/runtime/resource/loader/ResourceLoader.html?is-external=true" title="class or interface in org.apache.velocity.runtime.resource.loader"><B>ResourceLoader</B></A><UL>
<LI TYPE="circle">org.apache.velocity.test.misc.<A HREF="org/apache/velocity/test/misc/ExceptionGeneratingResourceLoader.html" title="class in org.apache.velocity.test.misc"><B>ExceptionGeneratingResourceLoader</B></A></UL>
<LI TYPE="circle">java.lang.<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/SecurityManager.html?is-external=true" title="class or interface in java.lang"><B>SecurityManager</B></A><UL>
<LI TYPE="circle">org.apache.velocity.test.issues.<A HREF="org/apache/velocity/test/issues/VelTools66TestCase.TestSecurityManager.html" title="class in org.apache.velocity.test.issues"><B>VelTools66TestCase.TestSecurityManager</B></A></UL>
<LI TYPE="circle">org.apache.velocity.test.<A HREF="org/apache/velocity/test/StaticUtilityMethodsTestCase.Foo.html" title="class in org.apache.velocity.test"><B>StaticUtilityMethodsTestCase.Foo</B></A><LI TYPE="circle">org.apache.velocity.test.<A HREF="org/apache/velocity/test/StrictForeachTestCase.BadIterable.html" title="class in org.apache.velocity.test"><B>StrictForeachTestCase.BadIterable</B></A><LI TYPE="circle">org.apache.velocity.test.<A HREF="org/apache/velocity/test/StrictForeachTestCase.GoodIterable.html" title="class in org.apache.velocity.test"><B>StrictForeachTestCase.GoodIterable</B></A><LI TYPE="circle">org.apache.velocity.test.<A HREF="org/apache/velocity/test/StrictForeachTestCase.UglyIterable.html" title="class in org.apache.velocity.test"><B>StrictForeachTestCase.UglyIterable</B></A><LI TYPE="circle">org.apache.velocity.test.<A HREF="org/apache/velocity/test/StrictReferenceTestCase.Fargo.html" title="class in org.apache.velocity.test"><B>StrictReferenceTestCase.Fargo</B></A><LI TYPE="circle">org.apache.velocity.runtime.resource.util.<A HREF="../apidocs/org/apache/velocity/runtime/resource/util/StringResourceRepositoryImpl.html?is-external=true" title="class or interface in org.apache.velocity.runtime.resource.util"><B>StringResourceRepositoryImpl</B></A> (implements org.apache.velocity.runtime.resource.util.<A HREF="../apidocs/org/apache/velocity/runtime/resource/util/StringResourceRepository.html?is-external=true" title="class or interface in org.apache.velocity.runtime.resource.util">StringResourceRepository</A>)
<UL>
<LI TYPE="circle">org.apache.velocity.test.<A HREF="org/apache/velocity/test/StringResourceLoaderRepositoryTestCase.MyRepo.html" title="class in org.apache.velocity.test"><B>StringResourceLoaderRepositoryTestCase.MyRepo</B></A></UL>
<LI TYPE="circle">org.apache.velocity.runtime.log.<A HREF="../apidocs/org/apache/velocity/runtime/log/SystemLogChute.html?is-external=true" title="class or interface in org.apache.velocity.runtime.log"><B>SystemLogChute</B></A> (implements org.apache.velocity.runtime.log.<A HREF="../apidocs/org/apache/velocity/runtime/log/LogChute.html?is-external=true" title="class or interface in org.apache.velocity.runtime.log">LogChute</A>)
<UL>
<LI TYPE="circle">org.apache.velocity.test.misc.<A HREF="org/apache/velocity/test/misc/TestLogChute.html" title="class in org.apache.velocity.test.misc"><B>TestLogChute</B></A></UL>
<LI TYPE="circle">org.apache.velocity.test.view.<A HREF="org/apache/velocity/test/view/TemplateNodeView.html" title="class in org.apache.velocity.test.view"><B>TemplateNodeView</B></A><LI TYPE="circle">org.apache.velocity.test.misc.<A HREF="org/apache/velocity/test/misc/TestContext.html" title="class in org.apache.velocity.test.misc"><B>TestContext</B></A> (implements org.apache.velocity.context.<A HREF="../apidocs/org/apache/velocity/context/Context.html?is-external=true" title="class or interface in org.apache.velocity.context">Context</A>)
<LI TYPE="circle">org.apache.velocity.test.provider.<A HREF="org/apache/velocity/test/provider/TestNumber.html" title="class in org.apache.velocity.test.provider"><B>TestNumber</B></A> (implements org.apache.velocity.util.<A HREF="../apidocs/org/apache/velocity/util/TemplateNumber.html?is-external=true" title="class or interface in org.apache.velocity.util">TemplateNumber</A>)
<LI TYPE="circle">org.apache.velocity.test.provider.<A HREF="org/apache/velocity/test/provider/TestProvider.html" title="class in org.apache.velocity.test.provider"><B>TestProvider</B></A><LI TYPE="circle">junit.framework.TestSuite (implements junit.framework.Test)
<UL>
<LI TYPE="circle">org.apache.velocity.test.<A HREF="org/apache/velocity/test/TemplateTestSuite.html" title="class in org.apache.velocity.test"><B>TemplateTestSuite</B></A> (implements org.apache.velocity.test.<A HREF="org/apache/velocity/test/TemplateTestBase.html" title="interface in org.apache.velocity.test">TemplateTestBase</A>)
</UL>
<LI TYPE="circle">java.lang.<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Throwable.html?is-external=true" title="class or interface in java.lang"><B>Throwable</B></A> (implements java.io.<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/io/Serializable.html?is-external=true" title="class or interface in java.io">Serializable</A>)
<UL>
<LI TYPE="circle">java.lang.<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/Exception.html?is-external=true" title="class or interface in java.lang"><B>Exception</B></A><UL>
<LI TYPE="circle">java.lang.<A HREF="http://java.sun.com/j2se/1.4.2/docs/api/java/lang/RuntimeException.html?is-external=true" title="class or interface in java.lang"><B>RuntimeException</B></A><UL>
<LI TYPE="circle">org.apache.velocity.test.misc.<A HREF="org/apache/velocity/test/misc/UberspectTestException.html" title="class in org.apache.velocity.test.misc"><B>UberspectTestException</B></A></UL>
</UL>
</UL>
<LI TYPE="circle">org.apache.velocity.util.introspection.<A HREF="../apidocs/org/apache/velocity/util/introspection/UberspectImpl.html?is-external=true" title="class or interface in org.apache.velocity.util.introspection"><B>UberspectImpl</B></A> (implements org.apache.velocity.util.introspection.<A HREF="../apidocs/org/apache/velocity/util/introspection/Uberspect.html?is-external=true" title="class or interface in org.apache.velocity.util.introspection">Uberspect</A>, org.apache.velocity.util.introspection.<A HREF="../apidocs/org/apache/velocity/util/introspection/UberspectLoggable.html?is-external=true" title="class or interface in org.apache.velocity.util.introspection">UberspectLoggable</A>)
<UL>
<LI TYPE="circle">org.apache.velocity.util.introspection.<A HREF="../apidocs/org/apache/velocity/util/introspection/AbstractChainableUberspector.html?is-external=true" title="class or interface in org.apache.velocity.util.introspection"><B>AbstractChainableUberspector</B></A> (implements org.apache.velocity.util.introspection.<A HREF="../apidocs/org/apache/velocity/util/introspection/ChainableUberspector.html?is-external=true" title="class or interface in org.apache.velocity.util.introspection">ChainableUberspector</A>)
<UL>
<LI TYPE="circle">org.apache.velocity.test.util.introspection.<A HREF="org/apache/velocity/test/util/introspection/ChainedUberspectorsTestCase.ChainedUberspector.html" title="class in org.apache.velocity.test.util.introspection"><B>ChainedUberspectorsTestCase.ChainedUberspector</B></A></UL>
<LI TYPE="circle">org.apache.velocity.test.util.introspection.<A HREF="org/apache/velocity/test/util/introspection/ChainedUberspectorsTestCase.LinkedUberspector.html" title="class in org.apache.velocity.test.util.introspection"><B>ChainedUberspectorsTestCase.LinkedUberspector</B></A><LI TYPE="circle">org.apache.velocity.test.misc.<A HREF="org/apache/velocity/test/misc/UberspectTestImpl.html" title="class in org.apache.velocity.test.misc"><B>UberspectTestImpl</B></A></UL>
<LI TYPE="circle">org.apache.velocity.test.misc.<A HREF="org/apache/velocity/test/misc/UberspectorTestObject.html" title="class in org.apache.velocity.test.misc"><B>UberspectorTestObject</B></A><LI TYPE="circle">org.apache.velocity.test.<A HREF="org/apache/velocity/test/VarargMethodsTestCase.NiceTool.html" title="class in org.apache.velocity.test"><B>VarargMethodsTestCase.NiceTool</B></A><UL>
<LI TYPE="circle">org.apache.velocity.test.<A HREF="org/apache/velocity/test/VarargMethodsTestCase.NastyTool.html" title="class in org.apache.velocity.test"><B>VarargMethodsTestCase.NastyTool</B></A></UL>
<LI TYPE="circle">org.apache.velocity.test.issues.<A HREF="org/apache/velocity/test/issues/Velocity544TestCase.Foobar.html" title="class in org.apache.velocity.test.issues"><B>Velocity544TestCase.Foobar</B></A><LI TYPE="circle">org.apache.velocity.test.issues.<A HREF="org/apache/velocity/test/issues/Velocity579TestCase.MyBar.html" title="class in org.apache.velocity.test.issues"><B>Velocity579TestCase.MyBar</B></A><LI TYPE="circle">org.apache.velocity.test.issues.<A HREF="org/apache/velocity/test/issues/VelTools66TestCase.TestObject.html" title="class in org.apache.velocity.test.issues"><B>VelTools66TestCase.TestObject</B></A> (implements org.apache.velocity.test.issues.<A HREF="org/apache/velocity/test/issues/VelTools66TestCase.TestInterface.html" title="interface in org.apache.velocity.test.issues">VelTools66TestCase.TestInterface</A>)
</UL>
</UL>
<H2>
Interface Hierarchy
</H2>
<UL>
<LI TYPE="circle">org.apache.velocity.test.<A HREF="org/apache/velocity/test/Introspector2TestCase.Woogie.html" title="interface in org.apache.velocity.test"><B>Introspector2TestCase.Woogie</B></A><LI TYPE="circle">org.apache.velocity.test.<A HREF="org/apache/velocity/test/TemplateTestBase.html" title="interface in org.apache.velocity.test"><B>TemplateTestBase</B></A><LI TYPE="circle">org.apache.velocity.test.issues.<A HREF="org/apache/velocity/test/issues/Velocity579TestCase.Foo.html" title="interface in org.apache.velocity.test.issues"><B>Velocity579TestCase.Foo</B></A><LI TYPE="circle">org.apache.velocity.test.issues.<A HREF="org/apache/velocity/test/issues/VelTools66TestCase.TestInterface.html" title="interface in org.apache.velocity.test.issues"><B>VelTools66TestCase.TestInterface</B></A></UL>
<HR>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
<TR ALIGN="center" VALIGN="top">
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Package</FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <FONT CLASS="NavBarFont1">Use</FONT>&nbsp;</TD>
<TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Tree</B></FONT>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
<TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
</TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>
<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;PREV&nbsp;
&nbsp;NEXT</FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
<A HREF="index.html?overview-tree.html" target="_top"><B>FRAMES</B></A> &nbsp;
&nbsp;<A HREF="overview-tree.html" target="_top"><B>NO FRAMES</B></A> &nbsp;
&nbsp;<SCRIPT type="text/javascript">
<!--
if(window==top) {
document.writeln('<A HREF="allclasses-noframe.html"><B>All Classes</B></A>');
}
//-->
</SCRIPT>
<NOSCRIPT>
<A HREF="allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>
</FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<HR>
Copyright &#169; 2000-2008 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.
</BODY>
</HTML>