org.springframework.osgi.service.importer
Class OsgiSingleServiceProxyFactoryBeanTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.springframework.osgi.service.importer.OsgiSingleServiceProxyFactoryBeanTest
All Implemented Interfaces:
Test

public class OsgiSingleServiceProxyFactoryBeanTest
extends TestCase

Author:
Adrian Colyer, Hal Hildebrand, Costin Leau

Constructor Summary
OsgiSingleServiceProxyFactoryBeanTest()
           
 
Method Summary
protected  void setUp()
           
 void testAfterPropertiesSetBadFilter()
           
 void testAfterPropertiesSetNoBundle()
           
 void testAfterPropertiesSetNoClassLoader()
           
 void testAfterPropertiesSetNoServiceType()
           
 void testClassLoadingOptionsConstant()
           
 void testGetObjectTypeCompositeInterface()
           
 void testGetObjectWithFilterOnly()
           
 void testNoInterfaceSpecified()
           
 void testObjectTypeWOCompositeInterface()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, tearDown, 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

OsgiSingleServiceProxyFactoryBeanTest

public OsgiSingleServiceProxyFactoryBeanTest()
Method Detail

setUp

protected void setUp()
              throws Exception
Overrides:
setUp in class TestCase
Throws:
Exception

testAfterPropertiesSetNoBundle

public void testAfterPropertiesSetNoBundle()
                                    throws Exception
Throws:
Exception

testAfterPropertiesSetNoClassLoader

public void testAfterPropertiesSetNoClassLoader()
                                         throws Exception
Throws:
Exception

testAfterPropertiesSetNoServiceType

public void testAfterPropertiesSetNoServiceType()
                                         throws Exception
Throws:
Exception

testAfterPropertiesSetBadFilter

public void testAfterPropertiesSetBadFilter()
                                     throws Exception
Throws:
Exception

testGetObjectTypeCompositeInterface

public void testGetObjectTypeCompositeInterface()

testObjectTypeWOCompositeInterface

public void testObjectTypeWOCompositeInterface()

testGetObjectWithFilterOnly

public void testGetObjectWithFilterOnly()
                                 throws Exception
Throws:
Exception

testClassLoadingOptionsConstant

public void testClassLoadingOptionsConstant()
                                     throws Exception
Throws:
Exception

testNoInterfaceSpecified

public void testNoInterfaceSpecified()
                              throws Exception
Throws:
Exception


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