org.apache.commons.ognl.test
Class ConstantTreeTest

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

public class ConstantTreeTest
extends OgnlTestCase


Field Summary
static int nonFinalStaticVariable
           
 
Fields inherited from class org.apache.commons.ognl.test.OgnlTestCase
_compileExpressions, _context
 
Constructor Summary
ConstantTreeTest(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
 

Field Detail

nonFinalStaticVariable

public static int nonFinalStaticVariable
Constructor Detail

ConstantTreeTest

public ConstantTreeTest(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.