org.jbind.xml.test
Class ScenarioSuite

java.lang.Object
  extended byjunit.framework.TestSuite
      extended byorg.jbind.xml.test.ScenarioSuite
All Implemented Interfaces:
junit.framework.Test

public class ScenarioSuite
extends junit.framework.TestSuite


Constructor Summary
ScenarioSuite(java.lang.String aScenarioName)
           
 
Method Summary
 void run(junit.framework.TestResult aResult)
           
 
Methods inherited from class junit.framework.TestSuite
addTest, addTestSuite, countTestCases, createTest, getName, getTestConstructor, 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

ScenarioSuite

public ScenarioSuite(java.lang.String aScenarioName)
Method Detail

run

public void run(junit.framework.TestResult aResult)