org.springframework.osgi.blueprint.metadata
Class DefaultsTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.springframework.osgi.blueprint.metadata.BaseMetadataTest
              extended by org.springframework.osgi.blueprint.metadata.DefaultsTest
All Implemented Interfaces:
Test

public class DefaultsTest
extends BaseMetadataTest

Author:
Costin Leau

Field Summary
 
Fields inherited from class org.springframework.osgi.blueprint.metadata.BaseMetadataTest
applicationContext, blueprintContainer, bundleContext
 
Constructor Summary
DefaultsTest()
           
 
Method Summary
protected  String getConfig()
           
 void testBeanInstances()
           
 void testDefaultActivation()
           
 void testDefaultsOnNestedBeans()
           
 void testOverriddenActivation()
           
 
Methods inherited from class org.springframework.osgi.blueprint.metadata.BaseMetadataTest
setUp, tearDown
 
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

DefaultsTest

public DefaultsTest()
Method Detail

getConfig

protected String getConfig()
Specified by:
getConfig in class BaseMetadataTest

testDefaultsOnNestedBeans

public void testDefaultsOnNestedBeans()
                               throws Exception
Throws:
Exception

testBeanInstances

public void testBeanInstances()
                       throws Exception
Throws:
Exception

testDefaultActivation

public void testDefaultActivation()
                           throws Exception
Throws:
Exception

testOverriddenActivation

public void testOverriddenActivation()
                              throws Exception
Throws:
Exception


Copyright © 2006-2011 Spring Framework. All Rights Reserved.