Home
last modified time | relevance | path

Searched refs:ZippedBugreportGenerationTest (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/cmds/dumpstate/tests/
Ddumpstate_smoke_test.cpp207 class ZippedBugreportGenerationTest : public Test { class
233 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() argument
242 TEST_F(ZippedBugreportGenerationTest, Is3MBto30MBinSize) { in TEST_F() argument
249 TEST_F(ZippedBugreportGenerationTest, TakesBetween30And150Seconds) { in TEST_F() argument
263 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 …]