com.atlassian.plugin.osgi.factory.transform
Class TestJarUtils

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by com.atlassian.plugin.osgi.factory.transform.TestJarUtils
All Implemented Interfaces:
junit.framework.Test

public class TestJarUtils
extends junit.framework.TestCase


Constructor Summary
TestJarUtils()
           
 
Method Summary
 void testEntries()
           
 void testEntry()
           
 void testEntryNotFound()
           
 void testExtractor()
           
 void testManifest()
           
 void testManifestCreatedIfNotPresent()
           
 void testNoEntries()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, 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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TestJarUtils

public TestJarUtils()
Method Detail

testEntries

public void testEntries()
                 throws Exception
Throws:
Exception

testNoEntries

public void testNoEntries()
                   throws Exception
Throws:
Exception

testEntry

public void testEntry()
               throws Exception
Throws:
Exception

testEntryNotFound

public void testEntryNotFound()
                       throws Exception
Throws:
Exception

testManifest

public void testManifest()
                  throws Exception
Throws:
Exception

testManifestCreatedIfNotPresent

public void testManifestCreatedIfNotPresent()
                                     throws Exception
Throws:
Exception

testExtractor

public void testExtractor()
                   throws Exception
Throws:
Exception


Copyright © 2010 Atlassian. All Rights Reserved.