org.progeeks.junit
Class ContextualTestCase.FalseTest

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

public static class ContextualTestCase.FalseTest
extends ContextualTestCase.ContextTest

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


Constructor Summary
ContextualTestCase.FalseTest()
           
 
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.FalseTest

public ContextualTestCase.FalseTest()
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.