Searched refs:NativeObjectStoreTest (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/test/unittest/src/ |
H A D | object_store_test.cpp | 92 class NativeObjectStoreTest : public testing::Test { class 100 void NativeObjectStoreTest::SetUpTestCase(void) in SetUpTestCase() 105 void NativeObjectStoreTest::TearDownTestCase(void) in TearDownTestCase() 110 void NativeObjectStoreTest::SetUp(void) in SetUp() 116 void NativeObjectStoreTest::TearDown(void) in TearDown() 857 HWTEST_F(NativeObjectStoreTest, DistributedObject_Open_001, TestSize.Level1) 1113 HWTEST_F(NativeObjectStoreTest, FlatObjectStore_Delete_001, TestSize.Level1) 1130 HWTEST_F(NativeObjectStoreTest, FlatObjectStore_Delete_002, TestSize.Level1) 1144 HWTEST_F(NativeObjectStoreTest, FlatObjectStore_Watch_001, TestSize.Level1) 1180 HWTEST_F(NativeObjectStoreTest, FlatObjectStore_Save_001, TestSize.Level1) [all …]
|
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/test/unittest/ |
H A D | BUILD.gn | 42 ohos_unittest("NativeObjectStoreTest") { 77 deps = [ ":NativeObjectStoreTest" ]
|