Package jaxb.osgi_test.runtime
Class JaxbRuntimeOsgiTest
- java.lang.Object
-
- junit.framework.Assert
-
- junit.framework.TestCase
-
- org.apache.felix.ipojo.junit4osgi.OSGiTestCase
-
- jaxb.osgi_test.JaxbOsgiTest
-
- jaxb.osgi_test.runtime.JaxbRuntimeOsgiTest
-
- All Implemented Interfaces:
junit.framework.Test
public class JaxbRuntimeOsgiTest extends JaxbOsgiTest
Testing jaxb-runtime osgi jar- Author:
- yaroska
-
-
Constructor Summary
Constructors Constructor Description JaxbRuntimeOsgiTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidsetUp()voidtestAccessorFactory()voidtestAttributesImpl()voidtestBundle()voidtestContextFactory()voidtestJaxbRiContext()voidtestNamespacePrefixMapper()voidtestPatcher()-
Methods inherited from class jaxb.osgi_test.JaxbOsgiTest
checkBundle, checkClassInBundle
-
Methods inherited from class org.apache.felix.ipojo.junit4osgi.OSGiTestCase
addHelper, assertContains, assertContains, assertContains, assertContains, assertContains, assertContains, assertContains, assertContains, assertEquals, assertNotEquals, contains, contains, getBundle, getBundle, getBundleContext, getContext, getPackageAdmin, getServiceObject, getServiceObject, getServiceObject, getServiceObjects, getServiceObjects, getServiceReference, getServiceReference, getServiceReference, getServiceReferenceByPID, getServiceReferenceByPID, getServiceReferences, getServiceReferences, installAndStart, installAndStart, installBundle, installBundle, isServiceAvailable, isServiceAvailableByPID, refresh, runBare, setBundleContext, waitForService
-
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runTest, setName, tearDown, 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
-
-
-
-
Method Detail
-
setUp
protected void setUp() throws Exception- Overrides:
setUpin classjunit.framework.TestCase- Throws:
Exception
-
testBundle
public void testBundle()
-
testAccessorFactory
public void testAccessorFactory()
-
testJaxbRiContext
public void testJaxbRiContext()
-
testNamespacePrefixMapper
public void testNamespacePrefixMapper()
-
testPatcher
public void testPatcher()
-
testAttributesImpl
public void testAttributesImpl()
-
testContextFactory
public void testContextFactory()
-
-