Searched defs:SnapshotTest (Results 1 – 2 of 2) sorted by relevance
107 class SnapshotTest : public ::testing::Test { class109 SnapshotTest() : dm_(DeviceMapper::Instance()) {} in SnapshotTest() function in android::snapshot::SnapshotTest539 TEST_F(SnapshotTest, CreateSnapshot) { in TEST_F() argument580 TEST_F(SnapshotTest, MapSnapshot) { in TEST_F() argument607 TEST_F(SnapshotTest, NoMergeBeforeReboot) { in TEST_F() argument614 TEST_F(SnapshotTest, CleanFirstStageMount) { in TEST_F() argument622 TEST_F(SnapshotTest, FirstStageMountAfterRollback) { in TEST_F() argument634 TEST_F(SnapshotTest, Merge) { in TEST_F() argument734 TEST_F(SnapshotTest, FirstStageMountAndMerge) { in TEST_F() argument769 TEST_F(SnapshotTest, FlashSuperDuringUpdate) { in TEST_F() argument[all …]
473 friend class SnapshotTest; variable