net.sf.tapestry.junit
Class TapestrySuite

java.lang.Object
  |
  +--junit.framework.TestSuite
        |
        +--net.sf.tapestry.junit.TapestrySuite
All Implemented Interfaces:
Test

public class TapestrySuite
extends TestSuite


Constructor Summary
TapestrySuite()
           
 
Method Summary
static Test suite()
           
 
Methods inherited from class junit.framework.TestSuite
addTest, addTestSuite, countTestCases, getName, run, runTest, testAt, testCount, tests, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TapestrySuite

public TapestrySuite()
Method Detail

suite

public static Test suite()