org.springframework.osgi.service
Class ServiceUnavailableExceptionTest

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

public class ServiceUnavailableExceptionTest
extends TestCase

Author:
Costin Leau

Constructor Summary
ServiceUnavailableExceptionTest()
           
 
Method Summary
 void testServiceUnavailableExceptionFilter()
           
 void testServiceUnavailableExceptionNullFilter()
           
 void testServiceUnavailableExceptionNullServiceReference()
           
 void testServiceUnavailableExceptionNullString()
           
 void testServiceUnavailableExceptionServiceReference()
           
 void testServiceUnavailableExceptionString()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, 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

ServiceUnavailableExceptionTest

public ServiceUnavailableExceptionTest()
Method Detail

testServiceUnavailableExceptionFilter

public void testServiceUnavailableExceptionFilter()

testServiceUnavailableExceptionNullFilter

public void testServiceUnavailableExceptionNullFilter()

testServiceUnavailableExceptionString

public void testServiceUnavailableExceptionString()

testServiceUnavailableExceptionNullString

public void testServiceUnavailableExceptionNullString()

testServiceUnavailableExceptionServiceReference

public void testServiceUnavailableExceptionServiceReference()

testServiceUnavailableExceptionNullServiceReference

public void testServiceUnavailableExceptionNullServiceReference()


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