class %UnitTest.SQLDataRegression
extends %UnitTest.SQLRegression
Extends SQLRegression. Extend from this class to create a regression test when .data files are used to load data into tables
Use this class when using *.DATA files to load data
Parameters
|
Properties
|
Methods
|
Queries
|
Indices
|
ForeignKeys
|
Triggers
|
|
|
2
|
|
|
|
|
method OnBeforeEachTest()
as %Status
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 %UnitTest.SQLRegression