Searched defs:ZipTest (Results 1 - 1 of 1) sorted by relevance

/system/update_engine/payload_generator/
H A Dzip_unittest.cc86 class ZipTest : public ::testing::Test { class in namespace:chromeos_update_engine
95 class ZipTest<BzipTest> : public ::testing::Test { class in namespace:chromeos_update_engine
108 class ZipTest<XzTest> : public ::testing::Test { class in namespace:chromeos_update_engine
125 TYPED_TEST_CASE(ZipTest, ZipTestTypes);
127 TYPED_TEST(ZipTest, SimpleTest) {
146 TYPED_TEST(ZipTest, PoorCompressionTest) {
157 TYPED_TEST(ZipTest, MalformedZipTest) {
163 TYPED_TEST(ZipTest, EmptyInputsTest) {

Completed in 46 milliseconds