org.springframework.osgi.test.platform
Class AbstractOsgiPlatformTest
java.lang.Object
junit.framework.Assert
junit.framework.TestCase
org.springframework.osgi.test.platform.AbstractOsgiPlatformTest
- All Implemented Interfaces:
- Test
public class AbstractOsgiPlatformTest
- extends TestCase
- Author:
- Costin Leau
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 |
AbstractOsgiPlatformTest
public AbstractOsgiPlatformTest()
setUp
protected void setUp()
throws Exception
- Overrides:
setUp
in class TestCase
- Throws:
Exception
tearDown
protected void tearDown()
throws Exception
- Overrides:
tearDown
in class TestCase
- Throws:
Exception
testGetConfigurationProperties
public void testGetConfigurationProperties()
- Test method for
AbstractOsgiPlatform.getConfigurationProperties()
.
testGetPlatformProperties
public void testGetPlatformProperties()
- Test method for
AbstractOsgiPlatform.getPlatformProperties()
.
testCreateTempDir
public void testCreateTempDir()
- Test method for
AbstractOsgiPlatform.createTempDir(java.lang.String)
.
Copyright © 2006-2011 Spring Framework. All Rights Reserved.