|
_.Library.Boolean | informixPlatform () |
| Informix SPL dll/so is only built for 32-bit Windows and for 32-bit, 64-bit RedHat Linux.
|
|
| processDiffFile (_.Library.Stream rslt) |
| Method to display incorrect results in a more readable format.
|
|
_.Library.Boolean | AssertEqualsViaMacro (autoquoted, value1, value2, description) |
| Returns true if two values are equal. More...
|
|
_.Library.Boolean | AssertFailureViaMacro (message) |
| Unconditionally log a failure. More...
|
|
_.Library.Boolean | AssertFilesSQLUnorderedSameViaMacro (autoquoted, file1, file2, description, ignoreOrderBy, skipPlan, noheader) |
| Returns true if two files containing SQL query results contain the same unordered results. More...
|
|
_.Library.Boolean | AssertFilesSameViaMacro (autoquoted, file1, file2, description) |
| Returns true if two files are identical. More...
|
|
_.Library.Boolean | AssertNotEqualsViaMacro (autoquoted, value1, value2, description) |
| Returns true if expressions are not equal. More...
|
|
_.Library.Boolean | AssertNotTrueViaMacro (autoquoted, value, description) |
| Returns true if the expression is not true. More...
|
|
_.Library.Boolean | AssertSkippedViaMacro (message) |
| An assertion to state that the test has been skipped for the reason described in the assertion's message. More...
|
|
_.Library.Boolean | AssertStatusEqualsViaMacro (autoquoted, value1, value2, description) |
| Returns true if two statuses are equal. More...
|
|
_.Library.Boolean | AssertStatusNotOKViaMacro (autoquoted, status, description) |
| Returns true if the status code is not a successful status code. More...
|
|
_.Library.Boolean | AssertStatusOKViaMacro (autoquoted, status, description) |
| Returns true if the status code is $$$OK. More...
|
|
_.Library.Boolean | AssertSuccessViaMacro (message) |
| Unconditionally log success. More...
|
|
_.Library.Boolean | AssertTrueViaMacro (autoquoted, value, description) |
| Returns true if expression is true. More...
|
|
| Checkout (file1, file2, forceref) |
| Helper method that will check out the one file in Perforce and copy the output to the reference file. More...
|
|
| LogMessage (message) |
| Enter a message in quotes, such as "Start of test". More...
|
|
_.Library.Status | OnAfterAllTests () |
| Run by RunTest once after all test methods in the test class are run. More...
|
|
_.Library.Status | OnAfterOneTest (_.Library.String testname) |
| Run by RunTest immediately after each test method in the test class is run. More...
|
|
_.Library.Status | OnBeforeAllTests () |
| Run by RunTest once before any test methods in the test class are run. More...
|
|
_.Library.Status | OnBeforeOneTest (_.Library.String testname) |
| Run by RunTest immediately before each test method in the test class is run. More...
|
|
_.Library.Status | OnAddToSaveSet (_.Library.Integer depth, _.Library.Integer insert, _.Library.Integer callcount) |
| This callback method is invoked when the current object is added to the SaveSet,. More...
|
|
_.Library.Status | OnClose () |
| This callback method is invoked by the <METHOD>Close</METHOD> method to. More...
|
|
_.Library.Status | OnConstructClone (_.Library.RegisteredObject object, _.Library.Boolean deep, _.Library.String cloned) |
| This callback method is invoked by the <METHOD>ConstructClone</METHOD> method to. More...
|
|
_.Library.Status | OnNew () |
| This callback method is invoked by the <METHOD>New</METHOD> method to. More...
|
|
_.Library.Status | OnValidateObject () |
| This callback method is invoked by the <METHOD>ValidateObject</METHOD> method to. More...
|
|