org.apache.commons.ognl.test
Class NullStringCatenationTest
java.lang.Object
org.apache.commons.ognl.test.OgnlTestCase
org.apache.commons.ognl.test.NullStringCatenationTest
public class NullStringCatenationTest
- extends OgnlTestCase
Constructor Summary |
NullStringCatenationTest(String name,
Object root,
String expressionString,
Object expectedResult)
Constructor: size of the Object[] returned by the @Parameter annotated method must match
the number of arguments in this constructor |
Method Summary |
static Collection<Object[]> |
data()
Setup parameters for this test which are used to call this class constructor |
void |
runTest()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MESSAGE
public static final String MESSAGE
- See Also:
- Constant Field Values
NullStringCatenationTest
public NullStringCatenationTest(String name,
Object root,
String expressionString,
Object expectedResult)
- Constructor: size of the Object[] returned by the @Parameter annotated method must match
the number of arguments in this constructor
data
public static Collection<Object[]> data()
- Setup parameters for this test which are used to call this class constructor
- Returns:
- the collection of paramaters
runTest
public void runTest()
throws Exception
- Overrides:
runTest
in class OgnlTestCase
- Throws:
Exception
Copyright © 1997-2013 The Apache Software Foundation. All Rights Reserved.