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
 void notTestTransformWithBeanConflictBetweenComponentAndHostComponent()
           
 void notTestTransformWithBeanConflictBetweenComponentAndImportComponent()
           
protected  void setUp()
           
protected  void tearDown()
           
 void testAddFilesToZip()
           
 void testGenerateCacheName()
           
 void testImportManifestGenerationOnInterfaces()
           
 void testTransform()
           
 void testTransformComponentMustNotPerformKeyConversion()
           
 void testTransformHostComponentMustNotPerformKeyConversion()
           
 void testTransformImportMustNotPerformKeyConversion()
           
 
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, failNotEquals, failNotSame, failSame, format
 
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 java.lang.Exception
Overrides:
setUp in class junit.framework.TestCase
Throws:
java.lang.Exception

tearDown

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

testAddFilesToZip

public void testAddFilesToZip()
                       throws java.net.URISyntaxException,
                              java.io.IOException
Throws:
java.net.URISyntaxException
java.io.IOException

testTransform

public void testTransform()
                   throws java.lang.Exception
Throws:
java.lang.Exception

notTestTransformWithBeanConflictBetweenComponentAndHostComponent

public void notTestTransformWithBeanConflictBetweenComponentAndHostComponent()
                                                                      throws java.lang.Exception
Throws:
java.lang.Exception

notTestTransformWithBeanConflictBetweenComponentAndImportComponent

public void notTestTransformWithBeanConflictBetweenComponentAndImportComponent()
                                                                        throws java.lang.Exception
Throws:
java.lang.Exception

testImportManifestGenerationOnInterfaces

public void testImportManifestGenerationOnInterfaces()
                                              throws java.lang.Exception
Throws:
java.lang.Exception

testGenerateCacheName

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

testTransformComponentMustNotPerformKeyConversion

public void testTransformComponentMustNotPerformKeyConversion()
                                                       throws java.lang.Exception
Throws:
java.lang.Exception

testTransformImportMustNotPerformKeyConversion

public void testTransformImportMustNotPerformKeyConversion()
                                                    throws java.lang.Exception
Throws:
java.lang.Exception

testTransformHostComponentMustNotPerformKeyConversion

public void testTransformHostComponentMustNotPerformKeyConversion()
                                                           throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2012 Atlassian. All Rights Reserved.