org.apache.commons.ognl.test
Class ASTPropertyTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.apache.commons.ognl.test.ASTPropertyTest
All Implemented Interfaces:
junit.framework.Test

public class ASTPropertyTest
extends junit.framework.TestCase

Tests functionality of ASTProperty.


Constructor Summary
ASTPropertyTest()
           
 
Method Summary
 void test_Complicated_List()
           
 void test_Get_Generic_Property()
           
 void test_Get_Indexed_Property_Type()
           
 void test_Get_Source()
           
 void test_Get_Value_Body()
           
 void test_Indexed_Object_Type()
           
 void test_Set_Chain_Indexed_Property()
           
 void test_Set_Generic_Property()
           
 void test_Set_Get_Multiple_Generic_Types_Property()
           
 void test_Set_Source()
           
 
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, failNotEquals, failNotSame, failSame, format
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ASTPropertyTest

public ASTPropertyTest()
Method Detail

test_Get_Indexed_Property_Type

public void test_Get_Indexed_Property_Type()
                                    throws Exception
Throws:
Exception

test_Get_Value_Body

public void test_Get_Value_Body()
                         throws Exception
Throws:
Exception

test_Get_Source

public void test_Get_Source()
                     throws Throwable
Throws:
Throwable

test_Set_Source

public void test_Set_Source()
                     throws Throwable
Throws:
Throwable

test_Indexed_Object_Type

public void test_Indexed_Object_Type()
                              throws Throwable
Throws:
Throwable

test_Complicated_List

public void test_Complicated_List()
                           throws Exception
Throws:
Exception

test_Set_Chain_Indexed_Property

public void test_Set_Chain_Indexed_Property()
                                     throws Exception
Throws:
Exception

test_Set_Generic_Property

public void test_Set_Generic_Property()
                               throws Exception
Throws:
Exception

test_Get_Generic_Property

public void test_Get_Generic_Property()
                               throws Exception
Throws:
Exception

test_Set_Get_Multiple_Generic_Types_Property

public void test_Set_Get_Multiple_Generic_Types_Property()
                                                  throws Exception
Throws:
Exception


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