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

AbstractInvocationContextTestCase - JBOSS Portal 2.6 API 英文版文档


org.jboss.portal.test.common
Class AbstractInvocationContextTestCase

java.lang.Object
  extended byTestCase
      extended byorg.jboss.portal.test.common.AbstractInvocationContextTestCase

public class AbstractInvocationContextTestCase
extends TestCase

Version:
$Revision: 1.1 $
Author:
Julien Viet
See Also:
Serialized Form

Nested Class Summary
private static class AbstractInvocationContextTestCase.MapResolver
           
 
Field Summary
private static Scope TEST_SCOPE
          .
 
Constructor Summary
AbstractInvocationContextTestCase()
           
 
Method Summary
 void testAPI()
           
private  void testExistingScope(AbstractInvocationContext ctx, AbstractInvocationContextTestCase.MapResolver resolver)
           
 void testExistingScopeDelegation()
           
 void testExistingScopeWithResolver()
           
 void testNonExistingScope()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TEST_SCOPE

private static final Scope TEST_SCOPE
.

Constructor Detail

AbstractInvocationContextTestCase

public AbstractInvocationContextTestCase()
Method Detail

testNonExistingScope

public void testNonExistingScope()

testExistingScopeWithResolver

public void testExistingScopeWithResolver()

testExistingScopeDelegation

public void testExistingScopeDelegation()

testExistingScope

private void testExistingScope(AbstractInvocationContext ctx,
                               AbstractInvocationContextTestCase.MapResolver resolver)

testAPI

public void testAPI()