Liferay 7.0-ce-b4

com.liferay.portlet.subscriptions.test
Class BaseSubscriptionBaseModelTestCase

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

public abstract class BaseSubscriptionBaseModelTestCase
extends BaseSubscriptionTestCase


Field Summary
 
Fields inherited from class com.liferay.portlet.subscriptions.test.BaseSubscriptionTestCase
creatorUser, group, PARENT_CONTAINER_MODEL_ID_DEFAULT, user
 
Constructor Summary
BaseSubscriptionBaseModelTestCase()
           
 
Method Summary
protected abstract  void addSubscriptionBaseModel(long baseModelId)
           
protected abstract  void removeContainerModelResourceViewPermission()
           
 void testSubscriptionBaseModelWhenInContainerModel()
           
 void testSubscriptionBaseModelWhenInNoViewableContainerModel()
           
 void testSubscriptionBaseModelWhenInRootContainerModel()
           
 
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

BaseSubscriptionBaseModelTestCase

public BaseSubscriptionBaseModelTestCase()
Method Detail

testSubscriptionBaseModelWhenInContainerModel

public void testSubscriptionBaseModelWhenInContainerModel()
                                                   throws Exception
Throws:
Exception

testSubscriptionBaseModelWhenInNoViewableContainerModel

public void testSubscriptionBaseModelWhenInNoViewableContainerModel()
                                                             throws Exception
Throws:
Exception

testSubscriptionBaseModelWhenInRootContainerModel

public void testSubscriptionBaseModelWhenInRootContainerModel()
                                                       throws Exception
Throws:
Exception

addSubscriptionBaseModel

protected abstract void addSubscriptionBaseModel(long baseModelId)
                                          throws Exception
Throws:
Exception

removeContainerModelResourceViewPermission

protected abstract void removeContainerModelResourceViewPermission()
                                                            throws Exception
Throws:
Exception

Liferay 7.0-ce-b4