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

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

public class TestDefaultPluginTransformer
extends junit.framework.TestCase


Constructor Summary
TestDefaultPluginTransformer()
           
 
Method Summary
protected  void setUp()
           
protected  void tearDown()
           
 void testAddFilesToZip()
           
 void testGenerateCacheName()
           
 void testImportManifestGenerationOnInterfaces()
           
 void testTransform()
           
 void testTransformWithBeanConflictBetweenComponentAndHostComponent()
           
 void testTransformWithBeanConflictBetweenComponentAndImportComponent()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, 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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TestDefaultPluginTransformer

public TestDefaultPluginTransformer()
Method Detail

setUp

protected void setUp()
              throws Exception
Overrides:
setUp in class junit.framework.TestCase
Throws:
Exception

tearDown

protected void tearDown()
                 throws Exception
Overrides:
tearDown in class junit.framework.TestCase
Throws:
Exception

testAddFilesToZip

public void testAddFilesToZip()
                       throws URISyntaxException,
                              IOException
Throws:
URISyntaxException
IOException

testTransform

public void testTransform()
                   throws Exception
Throws:
Exception

testTransformWithBeanConflictBetweenComponentAndHostComponent

public void testTransformWithBeanConflictBetweenComponentAndHostComponent()
                                                                   throws Exception
Throws:
Exception

testTransformWithBeanConflictBetweenComponentAndImportComponent

public void testTransformWithBeanConflictBetweenComponentAndImportComponent()
                                                                     throws Exception
Throws:
Exception

testImportManifestGenerationOnInterfaces

public void testImportManifestGenerationOnInterfaces()
                                              throws Exception
Throws:
Exception

testGenerateCacheName

public void testGenerateCacheName()
                           throws IOException
Throws:
IOException


Copyright © 2010 Atlassian. All Rights Reserved.