org.springframework.osgi.blueprint.metadata
Class ImporterMetadataTest

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

public class ImporterMetadataTest
extends BaseMetadataTest

Author:
Costin Leau

Field Summary
 
Fields inherited from class org.springframework.osgi.blueprint.metadata.BaseMetadataTest
applicationContext, blueprintContainer, bundleContext
 
Constructor Summary
ImporterMetadataTest()
           
 
Method Summary
protected  String getConfig()
           
 void testBeanWithOptions()
           
 void testMultipleInterfaces()
           
 void testMultipleListeners()
           
 void testNestedMandatoryCollectionReference()
           
 void testNestedMandatoryReference()
           
 void testSimpleBean()
           
 void testTimeout()
           
 
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

ImporterMetadataTest

public ImporterMetadataTest()
Method Detail

getConfig

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

testSimpleBean

public void testSimpleBean()
                    throws Exception
Throws:
Exception

testBeanWithOptions

public void testBeanWithOptions()
                         throws Exception
Throws:
Exception

testMultipleInterfaces

public void testMultipleInterfaces()
                            throws Exception
Throws:
Exception

testMultipleListeners

public void testMultipleListeners()
                           throws Exception
Throws:
Exception

testTimeout

public void testTimeout()
                 throws Exception
Throws:
Exception

testNestedMandatoryReference

public void testNestedMandatoryReference()
                                  throws Exception
Throws:
Exception

testNestedMandatoryCollectionReference

public void testNestedMandatoryCollectionReference()
                                            throws Exception
Throws:
Exception


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