org.springframework.osgi.blueprint.metadata
Class BeanComponentMetadataTest

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.BeanComponentMetadataTest
All Implemented Interfaces:
Test

public class BeanComponentMetadataTest
extends BaseMetadataTest

Author:
Costin Leau

Field Summary
 
Fields inherited from class org.springframework.osgi.blueprint.metadata.BaseMetadataTest
applicationContext, blueprintContainer, bundleContext
 
Constructor Summary
BeanComponentMetadataTest()
           
 
Method Summary
protected  String getConfig()
           
 void testArgumentIndex()
           
 void testCollectionWithDefaultType()
           
 void testCompDateArray()
           
 void testConstructorAndNestedValueTypes()
           
 void testConstructorAndNestedValueWOTypes()
           
 void testConstructorArg()
           
 void testEmptyArray()
           
 void testFactoryArgMethod()
           
 void testFactoryMethod()
           
 void testInnerMap()
           
 void testInstanceFactoryArgMethod()
           
 void testInstanceFactoryMethod()
           
 void testNanDouble()
           
 void testNestedBeanProperties()
           
 void testNestedRef()
           
 void testNullProperty()
           
 void testPropertiesMetadata()
           
 void testStaticFactoryArgumentsOrder()
           
 void testTypedItemMetadata()
           
 void testValueInlined()
           
 void tstPrimitiveArray()
           
 
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

BeanComponentMetadataTest

public BeanComponentMetadataTest()
Method Detail

getConfig

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

testArgumentIndex

public void testArgumentIndex()
                       throws Exception
Throws:
Exception

testConstructorArg

public void testConstructorArg()
                        throws Exception
Throws:
Exception

testValueInlined

public void testValueInlined()
                      throws Exception
Throws:
Exception

testNullProperty

public void testNullProperty()
                      throws Exception
Throws:
Exception

testConstructorAndNestedValueTypes

public void testConstructorAndNestedValueTypes()
                                        throws Exception
Throws:
Exception

testConstructorAndNestedValueWOTypes

public void testConstructorAndNestedValueWOTypes()
                                          throws Exception
Throws:
Exception

testNanDouble

public void testNanDouble()
                   throws Exception
Throws:
Exception

testCollectionWithDefaultType

public void testCollectionWithDefaultType()
                                   throws Exception
Throws:
Exception

testPropertiesMetadata

public void testPropertiesMetadata()
                            throws Exception
Throws:
Exception

testNestedRef

public void testNestedRef()
                   throws Exception
Throws:
Exception

testStaticFactoryArgumentsOrder

public void testStaticFactoryArgumentsOrder()
                                     throws Exception
Throws:
Exception

testFactoryMethod

public void testFactoryMethod()
                       throws Exception
Throws:
Exception

testFactoryArgMethod

public void testFactoryArgMethod()
                          throws Exception
Throws:
Exception

testInstanceFactoryMethod

public void testInstanceFactoryMethod()
                               throws Exception
Throws:
Exception

testInstanceFactoryArgMethod

public void testInstanceFactoryArgMethod()
                                  throws Exception
Throws:
Exception

testEmptyArray

public void testEmptyArray()
                    throws Exception
Throws:
Exception

tstPrimitiveArray

public void tstPrimitiveArray()
                       throws Exception
Throws:
Exception

testCompDateArray

public void testCompDateArray()
                       throws Exception
Throws:
Exception

testNestedBeanProperties

public void testNestedBeanProperties()
                              throws Exception
Throws:
Exception

testInnerMap

public void testInnerMap()
                  throws Exception
Throws:
Exception

testTypedItemMetadata

public void testTypedItemMetadata()
                           throws Exception
Throws:
Exception


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