org.springframework.osgi.extensions.annotation
Class OsgiServiceAnnotationTest
java.lang.Object
junit.framework.Assert
junit.framework.TestCase
org.springframework.osgi.extensions.annotation.OsgiServiceAnnotationTest
- All Implemented Interfaces:
- Test
public class OsgiServiceAnnotationTest
- extends TestCase
- Author:
- Andy Piper
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 |
OsgiServiceAnnotationTest
public OsgiServiceAnnotationTest()
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
tstGetServicePropertySetters
public void tstGetServicePropertySetters()
throws Exception
- Disabled since it doesn't work as we can't proxy final classes.
- Throws:
Exception
testGetServicePropertyCardinality
public void testGetServicePropertyCardinality()
throws Exception
- Throws:
Exception
testProperMultiCardinality
public void testProperMultiCardinality()
throws Exception
- Throws:
Exception
testErrorMultiCardinality
public void testErrorMultiCardinality()
throws Exception
- Throws:
Exception
testGetServicePropertyClassloader
public void testGetServicePropertyClassloader()
throws Exception
- Throws:
Exception
testGetServicePropertyBeanName
public void testGetServicePropertyBeanName()
throws Exception
- Throws:
Exception
testGetServicePropertyFilter
public void testGetServicePropertyFilter()
throws Exception
- Throws:
Exception
testGetServicePropertyServiceClass
public void testGetServicePropertyServiceClass()
throws Exception
- Throws:
Exception
testGetServicePropertyComplex
public void testGetServicePropertyComplex()
throws Exception
- Throws:
Exception
testServiceBeanInjection
public void testServiceBeanInjection()
throws Exception
- Throws:
Exception
testServiceFactoryBeanNotInjected
public void testServiceFactoryBeanNotInjected()
throws Exception
- Throws:
Exception
testServiceFactoryBeanInjected
public void testServiceFactoryBeanInjected()
throws Exception
- Throws:
Exception
testServiceBeanInjectedValues
public void testServiceBeanInjectedValues()
throws Exception
- Throws:
Exception
getPrivateProperty
protected Object getPrivateProperty(Object target,
String fieldName)
Copyright © 2006-2011 Spring Framework. All Rights Reserved.