org.apache.commons.ognl.test
Class PrimitiveNullHandlingTest

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

public class PrimitiveNullHandlingTest
extends OgnlTestCase


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

PrimitiveNullHandlingTest

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