Home
last modified time | relevance | path

Searched refs:RdbTransactionTest (Results 1 - 1 of 1) sorted by relevance

/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
H A Drdb_transaction_test.cpp29 class RdbTransactionTest : public testing::Test { class
40 const std::string RdbTransactionTest::DATABASE_NAME = RDB_TEST_PATH + "transaction_test.db";
41 std::shared_ptr<RdbStore> RdbTransactionTest::store = nullptr;
66 void RdbTransactionTest::SetUpTestCase(void) in SetUpTestCase()
70 RdbStoreConfig config(RdbTransactionTest::DATABASE_NAME); in SetUpTestCase()
72 RdbTransactionTest::store = RdbHelper::GetRdbStore(config, 1, helper, errCode); in SetUpTestCase()
73 EXPECT_NE(RdbTransactionTest::store, nullptr); in SetUpTestCase()
77 void RdbTransactionTest::TearDownTestCase(void) in TearDownTestCase()
80 RdbHelper::DeleteRdbStore(RdbTransactionTest::DATABASE_NAME); in TearDownTestCase()
83 void RdbTransactionTest
[all...]

Completed in 1 milliseconds