com.liferay.portlet.subscriptions.test
Class BaseSubscriptionTestCase
java.lang.Object
com.liferay.portlet.subscriptions.test.BaseSubscriptionTestCase
- Direct Known Subclasses:
- BaseSubscriptionAuthorTestCase, BaseSubscriptionBaseModelTestCase, BaseSubscriptionClassTypeTestCase, BaseSubscriptionContainerModelTestCase, BaseSubscriptionLocalizedContentTestCase, BaseSubscriptionRootContainerModelTestCase
public abstract class BaseSubscriptionTestCase
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PARENT_CONTAINER_MODEL_ID_DEFAULT
protected static final long PARENT_CONTAINER_MODEL_ID_DEFAULT
- See Also:
- Constant Field Values
creatorUser
@DeleteAfterTestRun
protected User creatorUser
group
@DeleteAfterTestRun
protected Group group
user
@DeleteAfterTestRun
protected User user
BaseSubscriptionTestCase
public BaseSubscriptionTestCase()
setUp
public void setUp()
throws Exception
- Throws:
Exception
addBaseModel
protected long addBaseModel(long userId,
long containerModelId)
throws Exception
- Throws:
Exception
addContainerModel
protected long addContainerModel(long userId,
long containerModelId)
throws Exception
- Throws:
Exception
updateBaseModel
protected void updateBaseModel(long userId,
long baseModelId)
throws Exception
- Throws:
Exception