DriverTestHarness constructor
const
DriverTestHarness()
What a driver provides so testDriverConformance can run the shared
behavioral suite against it.
Before every test the suite calls open, derives the fixture tables from its own schemas and creates them through createDdlGenerator's generator, after every test it calls close. Each test therefore sees a fresh pair of tables produced by the driver's own DDL.
Implementation
const DriverTestHarness();