org.apache.commons.ognl.test
Class ContextVariableTest

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

public class ContextVariableTest
extends OgnlTestCase


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

Constructor Detail

ContextVariableTest

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

data

public static Collection<Object[]> data()


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