Searched defs:SnapshotTest (Results 1 – 2 of 2) sorted by relevance
88 class SnapshotTest : public ::testing::Test { class90 SnapshotTest() : dm_(DeviceMapper::Instance()) {} in SnapshotTest() function in android::snapshot::SnapshotTest424 TEST_F(SnapshotTest, CreateSnapshot) { in TEST_F() argument465 TEST_F(SnapshotTest, MapSnapshot) { in TEST_F() argument492 TEST_F(SnapshotTest, NoMergeBeforeReboot) { in TEST_F() argument499 TEST_F(SnapshotTest, CleanFirstStageMount) { in TEST_F() argument507 TEST_F(SnapshotTest, FirstStageMountAfterRollback) { in TEST_F() argument519 TEST_F(SnapshotTest, Merge) { in TEST_F() argument570 TEST_F(SnapshotTest, FirstStageMountAndMerge) { in TEST_F() argument599 TEST_F(SnapshotTest, FlashSuperDuringUpdate) { in TEST_F() argument[all …]
411 friend class SnapshotTest; variable