org.apache.commons.ognl.test
Class ObjectIndexedTest

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

public class ObjectIndexedTest
extends junit.framework.TestCase


Nested Class Summary
static class ObjectIndexedTest.Test1
           
static class ObjectIndexedTest.Test2
           
static class ObjectIndexedTest.Test3
           
static class ObjectIndexedTest.Test4
           
static class ObjectIndexedTest.Test5
           
static interface ObjectIndexedTest.TestInterface
           
 
Field Summary
protected  OgnlContext context
           
 
Constructor Summary
ObjectIndexedTest()
           
ObjectIndexedTest(String name)
           
 
Method Summary
protected  void setUp()
           
static junit.framework.TestSuite suite()
           
 void testMultipleObjectIndexGetters()
           
 void testMultipleObjectIndexMethodPairs()
           
 void testMultipleObjectIndexSetters()
           
 void testObjectIndexAccess()
           
 void testObjectIndexInSubclass()
           
 void testPropertyDescriptorReflection()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, 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
 

Field Detail

context

protected OgnlContext context
Constructor Detail

ObjectIndexedTest

public ObjectIndexedTest()

ObjectIndexedTest

public ObjectIndexedTest(String name)
Method Detail

suite

public static junit.framework.TestSuite suite()

testPropertyDescriptorReflection

public void testPropertyDescriptorReflection()
                                      throws Exception
Throws:
Exception

testObjectIndexAccess

public void testObjectIndexAccess()
                           throws OgnlException
Throws:
OgnlException

testObjectIndexInSubclass

public void testObjectIndexInSubclass()
                               throws OgnlException
Throws:
OgnlException

testMultipleObjectIndexGetters

public void testMultipleObjectIndexGetters()
                                    throws OgnlException
Throws:
OgnlException

testMultipleObjectIndexSetters

public void testMultipleObjectIndexSetters()
                                    throws OgnlException
Throws:
OgnlException

testMultipleObjectIndexMethodPairs

public void testMultipleObjectIndexMethodPairs()
                                        throws OgnlException
Throws:
OgnlException

setUp

protected void setUp()
Overrides:
setUp in class junit.framework.TestCase


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