org.apache.tapestry.services.impl
Class TestExpressionCache

java.lang.Object
  extended by BaseComponentTestCase
      extended by org.apache.tapestry.services.impl.TestExpressionCache

public class TestExpressionCache
extends BaseComponentTestCase

Tests for ExpressionCacheImpl.

Since:
4.0
Author:
Howard M. Lewis Ship

Constructor Summary
TestExpressionCache()
           
 
Method Summary
 void test_Caching()
           
 void test_Clear_Cache()
           
 void test_Compiled_Caching()
           
 void test_Invalid_Expression()
           
 void test_Valid_Expression()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestExpressionCache

public TestExpressionCache()
Method Detail

test_Valid_Expression

public void test_Valid_Expression()

test_Caching

public void test_Caching()

test_Compiled_Caching

public void test_Compiled_Caching()

test_Invalid_Expression

public void test_Invalid_Expression()

test_Clear_Cache

public void test_Clear_Cache()


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.