The Spring Framework

org.springframework.remoting.support
Class RemoteInvocationUtilsTests

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.springframework.remoting.support.RemoteInvocationUtilsTests
All Implemented Interfaces:
Test

public final class RemoteInvocationUtilsTests
extends TestCase

Unit tests for the RemoteInvocationUtils class.

Author:
Rick Evans

Constructor Summary
RemoteInvocationUtilsTests()
           
 
Method Summary
 void testFillInClientStackTraceIfPossibleSunnyDay()
           
 void testFillInClientStackTraceIfPossibleWithNullThrowable()
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RemoteInvocationUtilsTests

public RemoteInvocationUtilsTests()
Method Detail

testFillInClientStackTraceIfPossibleSunnyDay

public void testFillInClientStackTraceIfPossibleSunnyDay()
                                                  throws Exception
Throws:
Exception

testFillInClientStackTraceIfPossibleWithNullThrowable

public void testFillInClientStackTraceIfPossibleWithNullThrowable()
                                                           throws Exception
Throws:
Exception

The Spring Framework

Copyright © 2002-2006 The Spring Framework.