Searched refs:ZippedBugreportGenerationTest (Results 1 – 1 of 1) sorted by relevance
207 class ZippedBugreportGenerationTest : public Test { class233 std::shared_ptr<std::vector<SectionInfo>> ZippedBugreportGenerationTest::sections =235 Dumpstate& ZippedBugreportGenerationTest::ds = Dumpstate::GetInstance();236 std::chrono::milliseconds ZippedBugreportGenerationTest::duration = 0s;238 TEST_F(ZippedBugreportGenerationTest, IsGeneratedWithoutErrors) { in TEST_F() argument242 TEST_F(ZippedBugreportGenerationTest, Is3MBto30MBinSize) { in TEST_F() argument249 TEST_F(ZippedBugreportGenerationTest, TakesBetween30And150Seconds) { in TEST_F() argument263 ASSERT_EQ(OpenArchive(ZippedBugreportGenerationTest::getZipFilePath().c_str(), &handle), 0); in SetUp()299 EXPECT_STREQ(buf, ZippedBugreportGenerationTest::ds.version_.c_str()); in TEST_F()327 ParseSections(ZippedBugreportGenerationTest::getZipFilePath().c_str(), in SetUpTestCase()[all …]