Lines Matching defs:ZipReaderTest

149 class ZipReaderTest : public PlatformTest {
206 TEST_F(ZipReaderTest, Open_ValidZipFile) {
212 TEST_F(ZipReaderTest, Open_ValidZipPlatformFile) {
220 TEST_F(ZipReaderTest, Open_NonExistentFile) {
227 TEST_F(ZipReaderTest, Open_ExistentButNonZipFile) {
234 TEST_F(ZipReaderTest, Open_EmptyFile) {
243 TEST_F(ZipReaderTest, Iteration) {
264 TEST_F(ZipReaderTest, PlatformFileIteration) {
283 TEST_F(ZipReaderTest, RegularFile) {
301 TEST_F(ZipReaderTest, DotDotFile) {
313 TEST_F(ZipReaderTest, InvalidUTF8File) {
329 TEST_F(ZipReaderTest, EncodingSjisAsUtf8) {
341 TEST_F(ZipReaderTest, EncodingSjisAs1252) {
353 TEST_F(ZipReaderTest, EncodingSjisAsIbm866) {
363 TEST_F(ZipReaderTest, EncodingSjis) {
372 TEST_F(ZipReaderTest, AbsoluteFile) {
384 TEST_F(ZipReaderTest, Directory) {
401 TEST_F(ZipReaderTest, EncryptedFile_WrongPassword) {
436 TEST_F(ZipReaderTest, EncryptedFile_RightPassword) {
488 TEST_F(ZipReaderTest, OpenFromString) {
519 TEST_F(ZipReaderTest, ExtractToFileAsync_RegularFile) {
556 TEST_F(ZipReaderTest, ExtractToFileAsync_Encrypted_NoPassword) {
589 TEST_F(ZipReaderTest, ExtractToFileAsync_Encrypted_RightPassword) {
621 TEST_F(ZipReaderTest, ExtractToFileAsync_WrongCrc) {
654 TEST_F(ZipReaderTest, ExtractToFileAsync_Directory) {
682 TEST_F(ZipReaderTest, ExtractCurrentEntryToString) {
718 TEST_F(ZipReaderTest, ExtractPartOfCurrentEntry) {
761 TEST_F(ZipReaderTest, ExtractPosixPermissions) {
793 TEST_F(ZipReaderTest, DISABLED_LeakDetectionTest) {
803 TEST_F(ZipReaderTest, ExtractCurrentEntryPrepareFailure) {
818 TEST_F(ZipReaderTest, ExtractCurrentEntryWriteBytesFailure) {
834 TEST_F(ZipReaderTest, ExtractCurrentEntrySuccess) {
850 TEST_F(ZipReaderTest, WrongCrc) {