org.apache.velocity.test

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » Template Engine » Velocity » org.apache.velocity.test 
org.apache.velocity.test
Java Source File NameTypeComment
AbsoluteFileResourceLoaderTestCase.javaClass
AnakiaTestCase.javaClass This is a test case for Anakia.
ArithmeticTestCase.javaClass Test arithmetic operations.
BaseTestCase.javaClass Base test case that provides a few utility methods for the rest of the tests.
BuiltInEventHandlerTestCase.javaClass Tests the operation of the built in event handlers.
ClassloaderChangeTestCase.javaClass Tests if we can hand Velocity an arbitrary class for logging.
ClasspathResourceTestCase.javaClass Load templates from the Classpath.
CommonsExtPropTestCase.javaClass Tests for the Commons ExtendedProperties class.
ContextSafetyTestCase.javaClass Tests if we are context safe : can we switch objects in the context and re-merge the template safely. NOTE: This class should not extend RuntimeTestCase because this test is run from the VelocityTestSuite which in effect a runtime test suite and the test suite initializes the Runtime.
EncodingTestCase.javaClass Tests input encoding handling.
EventHandlingTestCase.javaClass Tests event handling for all event handlers except IncludeEventHandler.
ExceptionTestCase.javaClass Test case for miscellaneous Exception related issues.
ExternalLoggerTestCase.javaClass Tests if we can hand Velocity an arbitrary class for logging.
FilteredEventHandlingTestCase.javaClass Tests event handling for all event handlers when multiple event handlers are assigned for each type.
ForeachTestCase.javaClass This class tests the Foreach loop.
IncludeErrorTestCase.javaClass Test that #parse and #include pass errors to calling code.
IncludeEventHandlingTestCase.javaClass
InfoTestCase.javaClass Test that the Info class in the Introspector holds the correct information.
InlineScopeVMTestCase.javaClass Tests if the VM template-locality is working.
IntrospectionCacheDataTestCase.javaClass Checks that arrays are cached correctly in the Introspector.
Introspector2TestCase.javaClass
Introspector3TestCase.javaClass
IntrospectorTestCase.javaClass Test case for the Velocity Introspector which uses the Java Reflection API to determine the correct signature of the methods used in VTL templates.
InvalidEventHandlerTestCase.javaClass Tests event handling for all event handlers except IncludeEventHandler.
MacroForwardDefineTestCase.javaClass Make sure that a forward referenced macro inside another macro definition does not report an error in the log. (VELOCITY-71).
author:
   Henning P.
MethodCacheKeyTestCase.javaClass Checks that the equals method works correctly when caching method keys.
MethodInvocationExceptionTestCase.javaClass Tests if we can hand Velocity an arbitrary class for logging.
MethodOverloadingTestCase.javaClass Test a reported bug in which method overloading throws IllegalArgumentException after a null return value.
MiscTestCase.javaClass Test case for any miscellaneous stuff.
MultiLoaderTestCase.javaClass Load templates from the Classpath.
MultipleFileResourcePathTestCase.javaClass Multiple paths in the file resource loader.
NumberMethodCallsTestCase.javaClass Used to check that method calls with number parameters are executed correctly.
ParseExceptionTestCase.javaClass Test parser exception is generated with appropriate info.
ParserTestCase.javaClass More specific parser tests where just templating isn't enough.
ResourceCachingTestCase.javaClass Test resource caching related issues.
ResourceLoaderInstanceTestCase.javaClass Test that an instance of a ResourceLoader can be successfully passed in.
SecureIntrospectionTestCase.javaClass Checks that the secure introspector is working properly.
SetTestCase.javaClass Test that an instance of a ResourceLoader can be successfully passed in.
StringResourceLoaderTestCase.javaClass Multiple paths in the file resource loader.
TemplateTestBase.javaInterface This is a base interface that contains a bunch of static final strings that are of use when testing templates.
author:
   Jon S.
TemplateTestCase.javaClass Easily add test cases which evaluate templates and check their output. NOTE: This class DOES NOT extend RuntimeTestCase because the TemplateTestSuite already initializes the Velocity runtime and adds the template test cases.
TemplateTestSuite.javaClass Test suite for Templates.
author:
   Daniel Rall
author:
   Jason van Zyl
author:
   Geir Magnusson Jr.
author:
   Jon S.
TestBaseTestCase.javaClass I keep breaking the getFileName method all the time...
TexenClasspathTestCase.javaClass This is a test case for Texen.
TexenTestCase.javaClass This is a test case for Texen.
UberspectorTestCase.javaClass
VelocimacroTestCase.javaClass This class tests strange Velocimacro issues.
VelocityAppTestCase.javaClass This class is intended to test the app.Velocity.java class.
author:
   Geir Magnusson Jr.
author:
   Jon S.
VelocityServletTestCase.javaClass Tests our VelocityServlet implementation.
VMContextLocalscopeTestCase.javaClass Tests scope of velocimacros with localscope setting.
WrappedExceptionTestCase.javaClass Test thrown exceptions include a proper cause (under JDK 1.4+).
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.