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

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

public class TestExportsBuilderUtils
extends junit.framework.TestCase


Constructor Summary
TestExportsBuilderUtils()
           
 
Method Summary
 void runParsingTest(Map<String,String> expected, String... inputLines)
           
 void testConstructJdkExports()
           
 void testConstructJdkExportsFromTestResource()
           
 void testParseExportNoVersions()
           
 void testParseExportWithVersions()
           
 
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, setUp, tearDown, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TestExportsBuilderUtils

public TestExportsBuilderUtils()
Method Detail

testParseExportWithVersions

public void testParseExportWithVersions()
                                 throws IOException
Throws:
IOException

testParseExportNoVersions

public void testParseExportNoVersions()
                               throws IOException
Throws:
IOException

testConstructJdkExportsFromTestResource

public void testConstructJdkExportsFromTestResource()

testConstructJdkExports

public void testConstructJdkExports()

runParsingTest

public void runParsingTest(Map<String,String> expected,
                           String... inputLines)
                    throws IOException
Throws:
IOException


Copyright © 2015 Atlassian. All rights reserved.