DocBook|Search
Class Reference
%UnitTest.SQLDataRegression
   
Server:basexml
Instance:SOAXML
User:UnknownUser
 
-
  [BASEXML] >  [%UnitTest] >  [SQLDataRegression]
Private  Storage  

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

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
2


Summary

Properties
Debug SkipTest

Methods
%%OIDGet %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 AssertFilesSameViaMacro
AssertNotEqualsViaMacro AssertNotTrueViaMacro AssertSkippedViaMacro AssertStatusEqualsViaMacro
AssertStatusNotOKViaMacro AssertStatusOKViaMacro AssertTrueViaMacro ExecuteSQL
FindClass LogMessage Occurs OnAfterAllTests
OnAfterEachTest OnAfterOneTest OnAfterSqlFile OnBeforeAllTests
OnBeforeEachTest OnBeforeOneTest OnBeforeSqlFile PrepareSQL
TestDynamic TestEmbedded TestJDBC TestODBC
convertSQL countCachedQuery crossVerify describe
diffData diffExpectedByStream diffPlan exeRoutine
genPlan genRoutine getColumn getData
getFromPlan getJDBCGateway getODBCDSN getODBCGateway
getSqlCode getSqlExec ltrim processDRSToStream
processDiffFile processLog processORSToStream processRStoStream
reloadDATA repairName rewindLine rtrim
runDSQL runESQL runJDBCSQL runODBCSQL
runODBCSQLStatement stripChar trim typeNameByType
verifyName verifyResults


Methods

• 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