Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.commons.jxpath
Class TestNull  view TestNull download TestNull.java

java.lang.Object
  extended byorg.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()