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 testHasManifestEntryReturnsFalseWithEmptyManifest()
           
 void testHasManifestEntryReturnsFalseWithManifest()
           
 void testHasManifestEntryReturnsFalseWithNoManifest()
           
 void testManifest()
           
 void testManifestCreatedIfNotPresent()
           
 void testNoEntries()
           
 
Methods inherited from class junit.framework.TestCase
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, countTestCases, createResult, fail, fail, failNotEquals, failNotSame, failSame, format, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString
 
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

testHasManifestEntryReturnsFalseWithNoManifest

public void testHasManifestEntryReturnsFalseWithNoManifest()
                                                    throws Exception
Throws:
Exception

testHasManifestEntryReturnsFalseWithEmptyManifest

public void testHasManifestEntryReturnsFalseWithEmptyManifest()
                                                       throws Exception
Throws:
Exception

testHasManifestEntryReturnsFalseWithManifest

public void testHasManifestEntryReturnsFalseWithManifest()
                                                  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 © 2015 Atlassian. All rights reserved.