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

LDAPMembershipStrategyTestCase - JBOSS Portal 2.6 API 英文版文档


org.jboss.portal.test.identity
Class LDAPMembershipStrategyTestCase

java.lang.Object
  extended byjunit.framework.TestCase
      extended byorg.jboss.portal.test.identity.LDAPTestCase
          extended byorg.jboss.portal.test.identity.LDAPMembershipStrategyTestCase
All Implemented Interfaces:
MembershipStrategyTest.Context
Direct Known Subclasses:
LDAPStaticGroupStrategyTestCase, LDAPStaticRoleStrategyTestCase

public abstract class LDAPMembershipStrategyTestCase
extends LDAPTestCase

Version:
$Revision: 1.1 $
Author:
Boleslaw Dawidowicz
See Also:
Serialized Form

Field Summary
protected  MembershipStrategyTest mstc
          .
 
Fields inherited from class org.jboss.portal.test.identity.LDAPTestCase
runtimeContext
 
Constructor Summary
LDAPMembershipStrategyTestCase(java.util.Map parametrization)
           
 
Method Summary
protected  void setUp()
           
 void testFirstSimple()
           
 void testSecondSimple()
           
 void testThirdSimple()
           
 
Methods inherited from class org.jboss.portal.test.identity.LDAPTestCase
begin, cleanUp, commit, createConnectionContext, getDirContext, getName, populate, removeContext, tearDown
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mstc

protected MembershipStrategyTest mstc
.

Constructor Detail

LDAPMembershipStrategyTestCase

public LDAPMembershipStrategyTestCase(java.util.Map parametrization)
Method Detail

setUp

protected void setUp()
              throws java.lang.Exception
Overrides:
setUp in class LDAPTestCase
Throws:
java.lang.Exception

testFirstSimple

public void testFirstSimple()
                     throws java.lang.Exception
Throws:
java.lang.Exception

testSecondSimple

public void testSecondSimple()
                      throws java.lang.Exception
Throws:
java.lang.Exception

testThirdSimple

public void testThirdSimple()
                     throws java.lang.Exception
Throws:
java.lang.Exception