com.atlassian.plugin.osgi.container.felix
Class TestExportsBuilder

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by com.atlassian.plugin.osgi.container.felix.TestExportsBuilder
All Implemented Interfaces:
junit.framework.Test

public class TestExportsBuilder
extends junit.framework.TestCase


Constructor Summary
TestExportsBuilder()
           
 
Method Summary
 void setUp()
           
 void tearDown()
           
 void testConstructJdkExportsWithJdk6And7()
           
 void testDetermineExports()
           
 void testDetermineExportsIncludeServiceInterfaces()
           
 void testDetermineExportWhileConflictExists()
           
 void testGenerateExports()
           
 void testGenerateExportsWithCorrectServletVersion()
           
 void testPackagesNotConsidedInPluginsItself()
           
 void testPackagesUnderPluginFrameworkExportedAsPluginFrameworkVersion()
           
 void testPrecalculatedPackages()
           
 
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, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TestExportsBuilder

public TestExportsBuilder()
Method Detail

setUp

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

tearDown

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

testDetermineExports

public void testDetermineExports()

testDetermineExportsIncludeServiceInterfaces

public void testDetermineExportsIncludeServiceInterfaces()

testConstructJdkExportsWithJdk6And7

public void testConstructJdkExportsWithJdk6And7()

testDetermineExportWhileConflictExists

public void testDetermineExportWhileConflictExists()

testPrecalculatedPackages

public void testPrecalculatedPackages()

testPackagesUnderPluginFrameworkExportedAsPluginFrameworkVersion

public void testPackagesUnderPluginFrameworkExportedAsPluginFrameworkVersion()

testGenerateExports

public void testGenerateExports()
                         throws java.net.MalformedURLException
Throws:
java.net.MalformedURLException

testGenerateExportsWithCorrectServletVersion

public void testGenerateExportsWithCorrectServletVersion()
                                                  throws java.net.MalformedURLException
Throws:
java.net.MalformedURLException

testPackagesNotConsidedInPluginsItself

public void testPackagesNotConsidedInPluginsItself()


Copyright © 2013 Atlassian. All Rights Reserved.