Searched refs:ZippedBugreportGenerationTest (Results 1 – 1 of 1) sorted by relevance
204 class ZippedBugreportGenerationTest : public Test { class227 std::shared_ptr<std::vector<SectionInfo>> ZippedBugreportGenerationTest::sections =229 Dumpstate& ZippedBugreportGenerationTest::ds = Dumpstate::GetInstance();230 std::chrono::milliseconds ZippedBugreportGenerationTest::duration = 0s;232 TEST_F(ZippedBugreportGenerationTest, IsGeneratedWithoutErrors) { in TEST_F() argument237 TEST_F(ZippedBugreportGenerationTest, Is1MBMBinSize) { in TEST_F() argument243 TEST_F(ZippedBugreportGenerationTest, TakesBetween20And300Seconds) { in TEST_F() argument257 ASSERT_EQ(OpenArchive(ZippedBugreportGenerationTest::getZipFilePath().c_str(), &handle), 0); in SetUp()294 EXPECT_STREQ(buf, ZippedBugreportGenerationTest::ds.version_.c_str()); in TEST_F()329 ASSERT_EQ(OpenArchive(ZippedBugreportGenerationTest::getZipFilePath().c_str(), &handle), 0); in SetUp()[all …]