Add code to load data from data files to drive generic interface tests.

This commit is contained in:
Tomas O'Connor
2002-12-10 13:12:42 +00:00
parent fa0f14fafc
commit b238b397b6
7 changed files with 175 additions and 14 deletions

View File

@@ -2,9 +2,9 @@
*
* $RCSfile: ScriptRuntimeManager.java,v $
*
* $Revision: 1.1 $
* $Revision: 1.2 $
*
* last change:$Date: 2002-11-20 14:11:25 $
* last change:$Date: 2002-12-10 14:12:41 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -88,6 +88,7 @@ public class ScriptRuntimeManager extends TestCase {
}
TestEnvironment tEnv = new TestEnvironment(oObj) ;
TestDataLoader.setupData(tEnv, "ScriptRuntimeManager");
return tEnv ;
}
@@ -96,5 +97,3 @@ public class ScriptRuntimeManager extends TestCase {
TestParameters tParam) {
}
}