org.apache.velocity.test
Class IntrospectionCacheDataTestCase

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.apache.velocity.test.IntrospectionCacheDataTestCase
All Implemented Interfaces:
junit.framework.Test

public class IntrospectionCacheDataTestCase
extends junit.framework.TestCase

Checks that arrays are cached correctly in the Introspector.

Version:
$Id: IntrospectionCacheDataTestCase.java 463298 2006-10-12 16:10:32Z henning $
Author:
alex+news@olmisoft.com

Constructor Summary
IntrospectionCacheDataTestCase()
           
 
Method Summary
 String exec(String value)
          For use when acting as a context reference.
 void testCache()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IntrospectionCacheDataTestCase

public IntrospectionCacheDataTestCase()
Method Detail

testCache

public void testCache()
               throws ParseErrorException,
                      MethodInvocationException,
                      ResourceNotFoundException,
                      IOException
Throws:
ParseErrorException
MethodInvocationException
ResourceNotFoundException
IOException

exec

public String exec(String value)
For use when acting as a context reference.

Parameters:
value -
Returns:


Copyright © 2000-2008 The Apache Software Foundation. All Rights Reserved.