Android APIs
public class

ZipUtilTest

extends Object
java.lang.Object
   ↳ android.support.multidex.ZipUtilTest

Class Overview

Tests of ZipUtil class. The test assumes that ANDROID_BUILD_TOP environment variable is defined and point to the top of a built android tree. This is the case when the console used for running the tests is setup for android tree compilation.

Summary

Public Constructors
ZipUtilTest()
Public Methods
static void setupClass()
void testCrcDoNotCrash()
void testCrcRange()
void testCrcValue()
void testInvalidCrcValue()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public ZipUtilTest ()

Public Methods

public static void setupClass ()

public void testCrcDoNotCrash ()

Throws
IOException

public void testCrcRange ()

Throws
IOException

public void testCrcValue ()

Throws
IOException

public void testInvalidCrcValue ()

Throws
IOException