org.apache.commons.ognl.test.enhance
Class TestExpressionCompiler

java.lang.Object
  extended by org.apache.commons.ognl.test.enhance.TestExpressionCompiler

public class TestExpressionCompiler
extends Object

Tests functionality of ExpressionCompiler.


Constructor Summary
TestExpressionCompiler()
           
 
Method Summary
 String getKey()
           
 IndexedMapObject getObject()
           
 String getPropertyKey()
           
 void setUp()
           
 void test_Create_Empty_Collection()
           
 void test_Expression()
           
 void test_Get_Context_Property()
           
 void test_Get_Indexed_Property()
           
 void test_Get_Property_Access()
           
 void test_Indexed_Map_Property()
           
 void test_Indexed_Property()
           
 void test_Property_Index()
           
 void test_Root_Expression_Inheritance()
           
 void test_Set_Context_Property()
           
 void test_Set_Generic_Property()
           
 void test_Set_Indexed_Property()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestExpressionCompiler

public TestExpressionCompiler()
Method Detail

setUp

public void setUp()

test_Get_Property_Access

public void test_Get_Property_Access()
                              throws Throwable
Throws:
Throwable

test_Get_Indexed_Property

public void test_Get_Indexed_Property()
                               throws Throwable
Throws:
Throwable

test_Set_Indexed_Property

public void test_Set_Indexed_Property()
                               throws Throwable
Throws:
Throwable

test_Expression

public void test_Expression()
                     throws Throwable
Throws:
Throwable

test_Get_Context_Property

public void test_Get_Context_Property()
                               throws Throwable
Throws:
Throwable

test_Set_Context_Property

public void test_Set_Context_Property()
                               throws Throwable
Throws:
Throwable

test_Property_Index

public void test_Property_Index()
                         throws Throwable
Throws:
Throwable

test_Root_Expression_Inheritance

public void test_Root_Expression_Inheritance()
                                      throws Throwable
Throws:
Throwable

test_Create_Empty_Collection

public void test_Create_Empty_Collection()
                                  throws Throwable
Throws:
Throwable

getKey

public String getKey()

test_Indexed_Property

public void test_Indexed_Property()
                           throws Throwable
Throws:
Throwable

getObject

public IndexedMapObject getObject()

getPropertyKey

public String getPropertyKey()

test_Indexed_Map_Property

public void test_Indexed_Map_Property()
                               throws Throwable
Throws:
Throwable

test_Set_Generic_Property

public void test_Set_Generic_Property()
                               throws Exception
Throws:
Exception


Copyright © 1997-2013 The Apache Software Foundation. All Rights Reserved.