Searched defs:SnapshotTest (Results 1 – 2 of 2) sorted by relevance
106 class SnapshotTest : public ::testing::Test { class108 SnapshotTest() : dm_(DeviceMapper::Instance()) {} in SnapshotTest() function in android::snapshot::SnapshotTest536 TEST_F(SnapshotTest, CreateSnapshot) { in TEST_F() argument577 TEST_F(SnapshotTest, MapSnapshot) { in TEST_F() argument604 TEST_F(SnapshotTest, NoMergeBeforeReboot) { in TEST_F() argument611 TEST_F(SnapshotTest, CleanFirstStageMount) { in TEST_F() argument619 TEST_F(SnapshotTest, FirstStageMountAfterRollback) { in TEST_F() argument631 TEST_F(SnapshotTest, Merge) { in TEST_F() argument730 TEST_F(SnapshotTest, FirstStageMountAndMerge) { in TEST_F() argument765 TEST_F(SnapshotTest, FlashSuperDuringUpdate) { in TEST_F() argument[all …]
437 friend class SnapshotTest; variable