Liferay 7.0-ce-b4

com.liferay.portlet.subscriptions.test
Class BaseSubscriptionRootContainerModelTestCase

java.lang.Object
  extended by com.liferay.portlet.subscriptions.test.BaseSubscriptionTestCase
      extended by com.liferay.portlet.subscriptions.test.BaseSubscriptionRootContainerModelTestCase

public abstract class BaseSubscriptionRootContainerModelTestCase
extends BaseSubscriptionTestCase


Field Summary
 
Fields inherited from class com.liferay.portlet.subscriptions.test.BaseSubscriptionTestCase
creatorUser, group, PARENT_CONTAINER_MODEL_ID_DEFAULT, user
 
Constructor Summary
BaseSubscriptionRootContainerModelTestCase()
           
 
Method Summary
protected abstract  void addSubscriptionContainerModel(long containerModelId)
           
 void testSubscriptionRootContainerModelWhenAddingBaseModelInContainerModel()
           
 void testSubscriptionRootContainerModelWhenAddingBaseModelInRootContainerModel()
           
 void testSubscriptionRootContainerModelWhenAddingBaseModelInSubcontainerModel()
           
 void testSubscriptionRootContainerModelWhenUpdatingBaseModelInContainerModel()
           
 void testSubscriptionRootContainerModelWhenUpdatingBaseModelInRootContainerModel()
           
 void testSubscriptionRootContainerModelWhenUpdatingBaseModelInSubcontainerModel()
           
 
Methods inherited from class com.liferay.portlet.subscriptions.test.BaseSubscriptionTestCase
addBaseModel, addContainerModel, setUp, updateBaseModel
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseSubscriptionRootContainerModelTestCase

public BaseSubscriptionRootContainerModelTestCase()
Method Detail

testSubscriptionRootContainerModelWhenAddingBaseModelInContainerModel

public void testSubscriptionRootContainerModelWhenAddingBaseModelInContainerModel()
                                                                           throws Exception
Throws:
Exception

testSubscriptionRootContainerModelWhenAddingBaseModelInRootContainerModel

public void testSubscriptionRootContainerModelWhenAddingBaseModelInRootContainerModel()
                                                                               throws Exception
Throws:
Exception

testSubscriptionRootContainerModelWhenAddingBaseModelInSubcontainerModel

public void testSubscriptionRootContainerModelWhenAddingBaseModelInSubcontainerModel()
                                                                              throws Exception
Throws:
Exception

testSubscriptionRootContainerModelWhenUpdatingBaseModelInContainerModel

public void testSubscriptionRootContainerModelWhenUpdatingBaseModelInContainerModel()
                                                                             throws Exception
Throws:
Exception

testSubscriptionRootContainerModelWhenUpdatingBaseModelInRootContainerModel

public void testSubscriptionRootContainerModelWhenUpdatingBaseModelInRootContainerModel()
                                                                                 throws Exception
Throws:
Exception

testSubscriptionRootContainerModelWhenUpdatingBaseModelInSubcontainerModel

public void testSubscriptionRootContainerModelWhenUpdatingBaseModelInSubcontainerModel()
                                                                                throws Exception
Throws:
Exception

addSubscriptionContainerModel

protected abstract void addSubscriptionContainerModel(long containerModelId)
                                               throws Exception
Throws:
Exception

Liferay 7.0-ce-b4