Class: TestDbKeeper

SeLiteSettings.TestDbKeeper

Classes

Columns

Members

testStorage :SeLiteData.Storage

Type:
Source:

Methods

initialise(testStorage)

Insert/update any relevant test data from memory to testStorage
Parameters:
Name Type Description
testStorage SeLiteData.Storage
Source:

load()

Load any relevant test data from testStorage to memory. It must be robust - there may not be any test DB yet, or with an out of date schema.
Source:

store()

Update any relevant test data from memory to testStorage. For records that don't exist there, this may re-create them (up to the implementation).
Source: