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 testPackagesUnderPluginFrameworkExportedAsPluginFrameworkVersion()
           
 
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

TestExportsBuilder

public TestExportsBuilder()
Method Detail

setUp

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

tearDown

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

testDetermineExports

public void testDetermineExports()

testDetermineExportsIncludeServiceInterfaces

public void testDetermineExportsIncludeServiceInterfaces()

testConstructJdkExportsWithJdk6And7

public void testConstructJdkExportsWithJdk6And7()

testDetermineExportWhileConflictExists

public void testDetermineExportWhileConflictExists()

testPackagesUnderPluginFrameworkExportedAsPluginFrameworkVersion

public void testPackagesUnderPluginFrameworkExportedAsPluginFrameworkVersion()

testGenerateExports

public void testGenerateExports()
                         throws MalformedURLException
Throws:
MalformedURLException

testGenerateExportsWithCorrectServletVersion

public void testGenerateExportsWithCorrectServletVersion()
                                                  throws MalformedURLException
Throws:
MalformedURLException


Copyright © 2013 Atlassian. All Rights Reserved.