org.jboss.portlet.test.forums
Class UserTestCase

java.lang.Object
  extended by WebTestCase
      extended by org.jboss.portlet.test.forums.UserTestCase

public class UserTestCase
extends WebTestCase


Constructor Summary
UserTestCase(java.lang.String name)
           
 
Method Summary
 void loginUser()
           
protected  void setUp()
           
 void testPostTopic()
           
 void testReadForum()
           
 void testReadIndex()
           
 void testReplyTopic()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UserTestCase

public UserTestCase(java.lang.String name)
Method Detail

setUp

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

loginUser

public void loginUser()

testReadIndex

public void testReadIndex()

testReadForum

public void testReadForum()

testPostTopic

public void testPostTopic()

testReplyTopic

public void testReplyTopic()