Class TestCase

java.lang.Object
  extended by TestCase
Direct Known Subclasses:
InfoBoxTest, WikiTextParserTest

public class TestCase
extends java.lang.Object


Constructor Summary
TestCase()
           
 
Method Summary
 void check(java.lang.String testCase, boolean result)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestCase

public TestCase()
Method Detail

check

public void check(java.lang.String testCase,
                  boolean result)