com.jrefinery.report.ext.junit.base.functionality
Class FunctionalityTestSuite

java.lang.Object
  |
  +--junit.framework.TestSuite
        |
        +--com.jrefinery.report.ext.junit.base.functionality.FunctionalityTestSuite
All Implemented Interfaces:
junit.framework.Test

public class FunctionalityTestSuite
extends junit.framework.TestSuite


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

Constructor Detail

FunctionalityTestSuite

public FunctionalityTestSuite(java.lang.String s)
Method Detail

suite

public static junit.framework.Test suite()