net.sourceforge.jxunit
Class JXTestIsNull

java.lang.Object
  |
  +--net.sourceforge.jxunit.JXTestIsNull
All Implemented Interfaces:
JXTestStep

public class JXTestIsNull
extends Object
implements JXTestStep


Field Summary
 boolean converse
           
 String message
           
 String name
           
 
Constructor Summary
JXTestIsNull()
           
 
Method Summary
 void eval(JXTestCase testCase)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

converse

public boolean converse

name

public String name

message

public String message
Constructor Detail

JXTestIsNull

public JXTestIsNull()
Method Detail

eval

public void eval(JXTestCase testCase)
          throws Throwable
Specified by:
eval in interface JXTestStep