org.progeeks.junit
Class ContextualTestCase.TrueTest

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

public static class ContextualTestCase.TrueTest
extends ContextualTestCase.ContextTest

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


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

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