%UnitTest.SQLDataRegression
class %UnitTest.SQLDataRegression extends %UnitTest.SQLRegression
Extend this class to create a regression test when .data files are used to load data into tables.Method Inventory
Parameters
parameter CORRELATIONLIST;
List that correlates XML tags in a data file with classes.
Tag/class entries are in the form tag:class, tag1:class1, tag2:class2.
Each entry is like setting the DATATAG and DATACLASS parameters, but the CORRELATIONLIST sets several tag/class pairs in one parameter.
If CORRELATIONLIST, DATACLASS, and DATATAG are all specified, the DATATAG and DATACLASS pair are added to the end of the CORRELATIONLIST.
parameter DATACLASS;
Specifies a class, such as Sample.Person, which should be correlated with the XML tag specified by DATATAG, such as <person>, in the DATAFILE.
Sample.Person is part of https://github.com/intersystems/Samples-Data.Opens in a new tab See Downloading SamplesOpens in a new tab.
parameter DATAFILE;
File that contains data in XML format, such as Person.data.
If no directory name is specified by RunTest, then the current UnitTest directory is used.
parameter DATATAG;
Methods
method OnBeforeEachTest() as %Status
Inherited description: Method to clean up before each Test method is executed.
method reloadDATA() as %Status
Method that handles the reloading of data from the DATAFILE for each Test method in SQLRegression
Inherited Members
Inherited Properties
Inherited Methods
- %AddToSaveSet()
 - %ClassIsLatestVersion()
 - %ClassName()
 - %ConstructClone()
 - %DispatchClassMethod()
 - %DispatchGetModified()
 - %DispatchGetProperty()
 - %DispatchMethod()
 - %DispatchSetModified()
 - %DispatchSetMultidimProperty()
 - %DispatchSetProperty()
 - %Extends()
 - %GetParameter()
 - %IsA()
 - %IsModified()
 - %New()
 - %NormalizeObject()
 - %ObjectModified()
 - %OnNew()
 - %OriginalNamespace()
 - %PackageName()
 - %RemoveFromSaveSet()
 - %SerializeObject()
 - %SetModified()
 - %ValidateObject()
 - AssertEqualsViaMacro()
 - AssertFailureViaMacro()
 - AssertFilesSQLUnorderedSameViaMacro()
 - AssertFilesSameViaMacro()
 - AssertNotEqualsViaMacro()
 - AssertNotTrueViaMacro()
 - AssertSkippedViaMacro()
 - AssertStatusEqualsViaMacro()
 - AssertStatusNotOKViaMacro()
 - AssertStatusOKViaMacro()
 - AssertSuccessViaMacro()
 - AssertTrueViaMacro()
 - Checkout()
 - LogMessage()
 - OnAfterAllTests()
 - OnAfterEachTest()
 - OnAfterOneTest()
 - OnAfterSqlFile()
 - OnBeforeAllTests()
 - OnBeforeOneTest()
 - OnBeforeSqlFile()
 - TestDynamic()
 - TestEmbedded()
 - TestJDBC()
 - TestODBC()
 - processDiffFile()
 - verifyResults()