org.apache.commons.ognl.test
Class PropertyNotFoundTest

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

public class PropertyNotFoundTest
extends OgnlTestCase


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

Constructor Detail

PropertyNotFoundTest

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

data

public static Collection<Object[]> data()

setUp

public void setUp()
Overrides:
setUp in class OgnlTestCase


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