站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Spring Framework 2.0.5 API 文档英文版

RemoteInvocationUtilsTests (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版

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-2007 The Spring Framework.