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 testConstructAutoExports()
           
 void testConstructJdkExports()
           
 void testConstructJdkExportsWithJdk5And6()
           
 void testDetermineExports()
           
 void testDetermineExportsIncludeServiceInterfaces()
           
 void testGenerateExports()
           
 void testGenerateExportsWithCorrectServletVersion()
           
 
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

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

testConstructAutoExports

public void testConstructAutoExports()

testDetermineExportsIncludeServiceInterfaces

public void testDetermineExportsIncludeServiceInterfaces()

testConstructJdkExports

public void testConstructJdkExports()

testConstructJdkExportsWithJdk5And6

public void testConstructJdkExportsWithJdk5And6()

testGenerateExports

public void testGenerateExports()
                         throws MalformedURLException
Throws:
MalformedURLException

testGenerateExportsWithCorrectServletVersion

public void testGenerateExportsWithCorrectServletVersion()
                                                  throws MalformedURLException
Throws:
MalformedURLException


Copyright © 2010 Atlassian. All Rights Reserved.