org.aspectj.weaver.bcel
Class ZipTestCase

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.aspectj.weaver.bcel.ZipTestCase
All Implemented Interfaces:
junit.framework.Test

public class ZipTestCase
extends junit.framework.TestCase


Constructor Summary
ZipTestCase(java.lang.String arg0)
          Constructor for ZipTestCase.
 
Method Summary
 void setUp()
           
 void tearDown()
           
 void testBig()
           
 void testBigWithEasyNoTrace()
           
 void testSmall()
           
 void testSmallWithAspects()
           
 void testSmallWithAspectsNoWeave()
           
 void xtestBigWithAspects()
           
 void xtestBigWithHardNoTrace()
           
 void zipTest(java.lang.String fileName, java.lang.String aspectjar)
           
 void zipTest(java.lang.String fileName, java.lang.String aspectjar, boolean isInJar)
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, getName, run, run, runBare, setName, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ZipTestCase

public ZipTestCase(java.lang.String arg0)
Constructor for ZipTestCase.

Parameters:
arg0 -
Method Detail

setUp

public void setUp()
Overrides:
setUp in class junit.framework.TestCase

tearDown

public void tearDown()
Overrides:
tearDown in class junit.framework.TestCase

zipTest

public void zipTest(java.lang.String fileName,
                    java.lang.String aspectjar)
             throws java.io.IOException
Throws:
java.io.IOException

zipTest

public void zipTest(java.lang.String fileName,
                    java.lang.String aspectjar,
                    boolean isInJar)
             throws java.io.IOException
Throws:
java.io.IOException

testSmall

public void testSmall()
               throws java.io.IOException
Throws:
java.io.IOException

testSmallWithAspects

public void testSmallWithAspects()
                          throws java.io.IOException
Throws:
java.io.IOException

testSmallWithAspectsNoWeave

public void testSmallWithAspectsNoWeave()
                                 throws java.io.IOException
Throws:
java.io.IOException

testBig

public void testBig()
             throws java.io.IOException
Throws:
java.io.IOException

testBigWithEasyNoTrace

public void testBigWithEasyNoTrace()
                            throws java.io.IOException
Throws:
java.io.IOException

xtestBigWithHardNoTrace

public void xtestBigWithHardNoTrace()
                             throws java.io.IOException
Throws:
java.io.IOException

xtestBigWithAspects

public void xtestBigWithAspects()
                         throws java.io.IOException
Throws:
java.io.IOException