org.apache.commons.ognl.test
Class InterfaceInheritanceTest

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

public class InterfaceInheritanceTest
extends OgnlTestCase


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

Constructor Detail

InterfaceInheritanceTest

public InterfaceInheritanceTest(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

runTest

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


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