com.atlassian.plugin.osgi.factory
Class TestOsgiPluginFactory
java.lang.Object
junit.framework.Assert
junit.framework.TestCase
com.atlassian.plugin.osgi.factory.TestOsgiPluginFactory
- All Implemented Interfaces:
- junit.framework.Test
public class TestOsgiPluginFactory
- extends junit.framework.TestCase
| 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 |
TestOsgiPluginFactory
public TestOsgiPluginFactory()
setUp
public void setUp()
throws IOException,
URISyntaxException
- Overrides:
setUp in class junit.framework.TestCase
- Throws:
IOException
URISyntaxException
tearDown
public void tearDown()
throws IOException
- Overrides:
tearDown in class junit.framework.TestCase
- Throws:
IOException
testCreateOsgiPlugin
public void testCreateOsgiPlugin()
throws com.atlassian.plugin.PluginParseException
- Throws:
com.atlassian.plugin.PluginParseException
testCreateOsgiPluginWithBadVersion
public void testCreateOsgiPluginWithBadVersion()
throws com.atlassian.plugin.PluginParseException,
IOException
- Throws:
com.atlassian.plugin.PluginParseException
IOException
testCreateOsgiPluginWithBadVersion2
public void testCreateOsgiPluginWithBadVersion2()
throws com.atlassian.plugin.PluginParseException,
IOException
- Throws:
com.atlassian.plugin.PluginParseException
IOException
testCreateOsgiPluginWithManifestKey
public void testCreateOsgiPluginWithManifestKey()
throws com.atlassian.plugin.PluginParseException,
IOException
- Throws:
com.atlassian.plugin.PluginParseException
IOException
testCreateOsgiPluginWithManifestKeyNoVersion
public void testCreateOsgiPluginWithManifestKeyNoVersion()
throws com.atlassian.plugin.PluginParseException,
IOException
- Throws:
com.atlassian.plugin.PluginParseException
IOException
testCanLoadWithXml
public void testCanLoadWithXml()
throws com.atlassian.plugin.PluginParseException,
IOException
- Throws:
com.atlassian.plugin.PluginParseException
IOException
testCanLoadWithXmlArtifact
public void testCanLoadWithXmlArtifact()
throws com.atlassian.plugin.PluginParseException,
IOException
- Throws:
com.atlassian.plugin.PluginParseException
IOException
testCanLoadJarWithNoManifest
public void testCanLoadJarWithNoManifest()
throws com.atlassian.plugin.PluginParseException,
IOException
- Throws:
com.atlassian.plugin.PluginParseException
IOException
testCanLoadNoXml
public void testCanLoadNoXml()
throws com.atlassian.plugin.PluginParseException,
IOException
- Throws:
com.atlassian.plugin.PluginParseException
IOException
testCanLoadNoXmlButWithManifestEntry
public void testCanLoadNoXmlButWithManifestEntry()
throws com.atlassian.plugin.PluginParseException,
IOException
- Throws:
com.atlassian.plugin.PluginParseException
IOException
testCanLoadNoXmlButWithManifestEntryNoVersion
public void testCanLoadNoXmlButWithManifestEntryNoVersion()
throws com.atlassian.plugin.PluginParseException,
IOException
- Throws:
com.atlassian.plugin.PluginParseException
IOException
Copyright © 2011 Atlassian. All Rights Reserved.