public class

TestUnzipper

extends ConfluenceTestCase
java.lang.Object
   ↳ junit.framework.Assert
     ↳ junit.framework.TestCase
       ↳ com.atlassian.confluence.ConfluenceTestCase
         ↳ com.atlassian.confluence.util.TestUnzipper

Class Overview

Testing FileUnzipper and UrlUnzipper

Summary

Constants
String FILE_1
String FILE_2
[Expand]
Inherited Fields
From class com.atlassian.confluence.ConfluenceTestCase
Public Constructors
TestUnzipper()
Public Methods
void setUp()
void tearDown()
void testUnzipFile()
void testUnzipURL()
[Expand]
Inherited Methods
From class com.atlassian.confluence.ConfluenceTestCase
From class junit.framework.TestCase
From class junit.framework.Assert
From class java.lang.Object
From interface junit.framework.Test

Constants

public static final String FILE_1

Constant Value: "file1.txt"

public static final String FILE_2

Constant Value: "file2.txt"

Public Constructors

public TestUnzipper ()

Public Methods

public void setUp ()

Throws
Exception

public void tearDown ()

Throws
Exception

public void testUnzipFile ()

public void testUnzipURL ()