new TestDbKeeper()
Classes
Members
testStorage :SeLiteData.Storage
Type:
Methods
initialise(testStorage)
Insert/update any relevant test data from memory to testStorage
Parameters:
Name | Type | Description |
---|---|---|
testStorage |
SeLiteData.Storage |
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.
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).