Liferay 7.0-ce-b4

com.liferay.portlet.subscriptions.test
Class BaseSubscriptionContainerModelTestCase

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

public abstract class BaseSubscriptionContainerModelTestCase
extends BaseSubscriptionTestCase


Field Summary
 
Fields inherited from class com.liferay.portlet.subscriptions.test.BaseSubscriptionTestCase
creatorUser, group, PARENT_CONTAINER_MODEL_ID_DEFAULT, user
 
Constructor Summary
BaseSubscriptionContainerModelTestCase()
           
 
Method Summary
protected abstract  void addSubscriptionContainerModel(long containerModelId)
           
 void testSubscriptionContainerModelWhenAddingBaseModelInContainerModel()
           
 void testSubscriptionContainerModelWhenAddingBaseModelInRootContainerModel()
           
 void testSubscriptionContainerModelWhenAddingBaseModelInSubcontainerModel()
           
 void testSubscriptionContainerModelWhenUpdatingBaseModelInContainerModel()
           
 void testSubscriptionContainerModelWhenUpdatingBaseModelInRootContainerModel()
           
 void testSubscriptionContainerModelWhenUpdatingBaseModelInSubcontainerModel()
           
 
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

BaseSubscriptionContainerModelTestCase

public BaseSubscriptionContainerModelTestCase()
Method Detail

testSubscriptionContainerModelWhenAddingBaseModelInContainerModel

public void testSubscriptionContainerModelWhenAddingBaseModelInContainerModel()
                                                                       throws Exception
Throws:
Exception

testSubscriptionContainerModelWhenAddingBaseModelInRootContainerModel

public void testSubscriptionContainerModelWhenAddingBaseModelInRootContainerModel()
                                                                           throws Exception
Throws:
Exception

testSubscriptionContainerModelWhenAddingBaseModelInSubcontainerModel

public void testSubscriptionContainerModelWhenAddingBaseModelInSubcontainerModel()
                                                                          throws Exception
Throws:
Exception

testSubscriptionContainerModelWhenUpdatingBaseModelInContainerModel

public void testSubscriptionContainerModelWhenUpdatingBaseModelInContainerModel()
                                                                         throws Exception
Throws:
Exception

testSubscriptionContainerModelWhenUpdatingBaseModelInRootContainerModel

public void testSubscriptionContainerModelWhenUpdatingBaseModelInRootContainerModel()
                                                                             throws Exception
Throws:
Exception

testSubscriptionContainerModelWhenUpdatingBaseModelInSubcontainerModel

public void testSubscriptionContainerModelWhenUpdatingBaseModelInSubcontainerModel()
                                                                            throws Exception
Throws:
Exception

addSubscriptionContainerModel

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

Liferay 7.0-ce-b4