constCREATE_TABLE_TEST="CREATE TABLE IF NOT EXISTS test ("+"id INTEGER PRIMARY KEY AUTOINCREMENT, "+"name TEXT NOT NULL, "+"age INTEGER, "+"salary REAL, "+"blobType BLOB)";
varu8=newUint8Array([1,2,3])
varrdbStore=null
varcontext=featureAbility.getContext()
constSTORE_CONFIG={
name:"ResotreContextTest.db",
}
describe('rdbStoreContextTest',function(){
beforeAll(asyncfunction(){
console.info(TAG+'beforeAll')
})
beforeEach(function(){
console.info(TAG+'beforeEach')
})
afterEach(asyncfunction(){
console.info(TAG+'afterAll')
rdbStore=null
})
afterAll(asyncfunction(){
console.info(TAG+'afterAll')
})
console.info(TAG+"*************Unit Test Begin*************");