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

ComplexTestCase - JBOSS Portal 2.6 API 英文版文档


org.jboss.portal.test.security
Class ComplexTestCase

java.lang.Object
  extended byTestCase
      extended byorg.jboss.portal.test.security.ComplexTestCase

public class ComplexTestCase
extends TestCase

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

Field Summary
private  PortalAuthorizationManagerFactory factory
          .
private  Server server
          .
 
Constructor Summary
ComplexTestCase()
           
 
Method Summary
protected  void setUp()
           
 void testAdmin()
           
 void testUnauthenticated()
           
 void testUser()
           
 void testUserAndAdmin()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

factory

private PortalAuthorizationManagerFactory factory
.


server

private Server server
.

Constructor Detail

ComplexTestCase

public ComplexTestCase()
Method Detail

setUp

protected void setUp()
              throws java.lang.Exception
Throws:
java.lang.Exception

testUnauthenticated

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

testAdmin

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

testUser

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

testUserAndAdmin

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