org.springframework.osgi.test
Class JUnitTestActivatorTest.TestExample
java.lang.Object
junit.framework.Assert
junit.framework.TestCase
org.springframework.osgi.test.JUnitTestActivatorTest.TestExample
- All Implemented Interfaces:
- Test, org.springframework.osgi.test.internal.OsgiJUnitTest
- Enclosing class:
- JUnitTestActivatorTest
public static class JUnitTestActivatorTest.TestExample
- extends TestCase
- implements org.springframework.osgi.test.internal.OsgiJUnitTest
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 |
JUnitTestActivatorTest.TestExample
public JUnitTestActivatorTest.TestExample()
osgiSetUp
public void osgiSetUp()
throws Exception
- Specified by:
osgiSetUp
in interface org.springframework.osgi.test.internal.OsgiJUnitTest
- Throws:
Exception
osgiTearDown
public void osgiTearDown()
throws Exception
- Specified by:
osgiTearDown
in interface org.springframework.osgi.test.internal.OsgiJUnitTest
- Throws:
Exception
osgiRunTest
public void osgiRunTest()
throws Throwable
- Specified by:
osgiRunTest
in interface org.springframework.osgi.test.internal.OsgiJUnitTest
- Throws:
Throwable
injectBundleContext
public void injectBundleContext(BundleContext bundleContext)
- Specified by:
injectBundleContext
in interface org.springframework.osgi.test.internal.OsgiJUnitTest
getBundleContext
public BundleContext getBundleContext()
setName
public void setName(String name)
- Overrides:
setName
in class TestCase
findBundleByLocation
public Bundle findBundleByLocation(String bundleLocation)
findBundleBySymbolicName
public Bundle findBundleBySymbolicName(String bundleSymbolicName)
getTestCase
public TestCase getTestCase()
- Specified by:
getTestCase
in interface org.springframework.osgi.test.internal.OsgiJUnitTest
Copyright © 2006-2011 Spring Framework. All Rights Reserved.