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

TopicModelTestCase - JBOSS Portal 2.6 API 英文版文档


org.jboss.portlet.test.forums
Class TopicModelTestCase

java.lang.Object
  extended byTestCase
      extended byorg.jboss.portlet.test.forums.ForumsModelTestCase
          extended byorg.jboss.portlet.test.forums.TopicModelTestCase

public class TopicModelTestCase
extends ForumsModelTestCase

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

Field Summary
 
Fields inherited from class org.jboss.portlet.test.forums.ForumsModelTestCase
factory, forumsModule, session, tx
 
Constructor Summary
TopicModelTestCase(java.lang.String name)
           
 
Method Summary
protected  void populate()
           
 void testLastPostTestCase()
           
 void testTopicDeleteTestCase()
           
 void testTopicSavedTestCase()
           
 
Methods inherited from class org.jboss.portlet.test.forums.ForumsModelTestCase
nextSession, setUp, tearDown
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TopicModelTestCase

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

testTopicSavedTestCase

public void testTopicSavedTestCase()

testLastPostTestCase

public void testLastPostTestCase()

testTopicDeleteTestCase

public void testTopicDeleteTestCase()

populate

protected void populate()
                 throws java.lang.Exception
Overrides:
populate in class ForumsModelTestCase
Throws:
java.lang.Exception