org.apache.commons.ognl.test
Class SimplePropertyTreeTest

java.lang.Object
  extended by org.apache.commons.ognl.test.OgnlTestCase
      extended by org.apache.commons.ognl.test.SimplePropertyTreeTest

public class SimplePropertyTreeTest
extends OgnlTestCase


Field Summary
 
Fields inherited from class org.apache.commons.ognl.test.OgnlTestCase
_compileExpressions, _context
 
Constructor Summary
SimplePropertyTreeTest(String name, Object root, String expressionString, Object expectedResult, Object setValue, Object expectedAfterSetResult)
           
 
Method Summary
static Collection<Object[]> data()
           
 void runTest()
           
 
Methods inherited from class org.apache.commons.ognl.test.OgnlTestCase
assertEquals, getExpectedResult, getExpression, getExpressionDump, getExpressionString, isEqual, setUp
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimplePropertyTreeTest

public SimplePropertyTreeTest(String name,
                              Object root,
                              String expressionString,
                              Object expectedResult,
                              Object setValue,
                              Object expectedAfterSetResult)
Method Detail

data

public static Collection<Object[]> data()

runTest

public void runTest()
             throws Exception
Overrides:
runTest in class OgnlTestCase
Throws:
Exception


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