|
|||||||||
| Home >> All >> org >> apache >> commons >> [ jxpath overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.commons.jxpath
Class TestNull

java.lang.Objectorg.apache.commons.jxpath.TestNull
- public class TestNull
- extends java.lang.Object
General purpose test bean for JUnit tests for the "jxpath" component.
- Version:
- $Revision: 1.6 $ $Date: 2004/02/29 14:17:40 $
| Field Summary | |
private static java.lang.String[] |
array
|
private TestNull |
child
|
private java.lang.Object |
nothing
|
| Constructor Summary | |
TestNull()
|
|
| Method Summary | |
java.lang.String[] |
getArray()
|
TestNull |
getChild()
|
java.lang.Object |
getNothing()
|
void |
setNothing(java.lang.Object something)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
nothing
private java.lang.Object nothing
array
private static java.lang.String[] array
child
private TestNull child
| Constructor Detail |
TestNull
public TestNull()
| Method Detail |
getNothing
public java.lang.Object getNothing()
setNothing
public void setNothing(java.lang.Object something)
getArray
public java.lang.String[] getArray()
getChild
public TestNull getChild()
|
|||||||||
| Home >> All >> org >> apache >> commons >> [ jxpath overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.apache.commons.jxpath.TestNull