PackageDescription: GlorpTest(Bundle)


Glorp Test

Last published: July 17, 2020 by 'nross'


To set the database against which these tests will be run, put its login in the
GlorpDatabaseLoginResource.DefaultLogin
shared variable. Example logins for various databases are in methods on the class side of GlorpDatabaseLoginResource.

When the tests are first run, the GlorpDemoTablePopulatorResource creates tables required, then sets a status variable so this is not redone in later runs. To unset this variable and force removal and recreation of the test tables, do
GlorpDemoTablePopulatorResource invalidateSetup
Some tests will not pass on some databases; usually, this is noted in their comments.