org.progeeks.junit
Class ContextualTestCase.NullTest

java.lang.Object
  extended by org.progeeks.junit.ContextualTestCase.ContextTest
      extended by org.progeeks.junit.ContextualTestCase.NullTest
Enclosing class:
ContextualTestCase

public static class ContextualTestCase.NullTest
extends ContextualTestCase.ContextTest

Context test that checks to see if the value of the template expression is null.


Constructor Summary
ContextualTestCase.NullTest()
           
 
Method Summary
 void test()
           
 java.lang.String toString()
           
 
Methods inherited from class org.progeeks.junit.ContextualTestCase.ContextTest
getExpression, getMessage, setExpression, setExpression, setMessage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ContextualTestCase.NullTest

public ContextualTestCase.NullTest()
Method Detail

test

public void test()
Specified by:
test in class ContextualTestCase.ContextTest

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2002-2003 Paul Speed. All Rights Reserved.