public class RegressionTester
extends java.lang.Object
Internally, it makes use of the com.tibco.sdk.tools.testing.Tester class .
Constructor and Description |
---|
RegressionTester(java.util.Hashtable list)
Specified hastable to contain 2 strings, feature name and expected result.
|
RegressionTester(java.lang.String fileName)
Text file to contain series of
1) feature=expected-result
2) feature=$(a-previous-feature)
3) #include other-feature-file
4) // line comment
separated by new-line, carriage-return.
|
public RegressionTester(java.lang.String fileName) throws java.io.FileNotFoundException, java.io.IOException
java.io.FileNotFoundException
java.io.IOException
public RegressionTester(java.util.Hashtable list)
public boolean test(java.lang.String feature, java.lang.String actual) throws NoSuchFeature, FeatureAlreadyTested
NoSuchFeature
FeatureAlreadyTested
public void summary()
public void println(java.lang.String msg)