org.springframework.osgi.test.platform
Class AbstractOsgiPlatformTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.springframework.osgi.test.platform.AbstractOsgiPlatformTest
All Implemented Interfaces:
Test

public class AbstractOsgiPlatformTest
extends TestCase

Author:
Costin Leau

Constructor Summary
AbstractOsgiPlatformTest()
           
 
Method Summary
protected  void setUp()
           
protected  void tearDown()
           
 void testCreateTempDir()
          Test method for AbstractOsgiPlatform.createTempDir(java.lang.String).
 void testGetConfigurationProperties()
          Test method for AbstractOsgiPlatform.getConfigurationProperties().
 void testGetPlatformProperties()
          Test method for AbstractOsgiPlatform.getPlatformProperties().
 
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, failNotEquals, failNotSame, failSame
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AbstractOsgiPlatformTest

public AbstractOsgiPlatformTest()
Method Detail

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.