public abstract class BaseSubscriptionClassTypeTestCase extends BaseSubscriptionTestCase
creatorUser, group, PARENT_CONTAINER_MODEL_ID_DEFAULT, user| Constructor and Description |
|---|
BaseSubscriptionClassTypeTestCase() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract long |
addBaseModelWithClassType(long containerModelId,
long classTypeId) |
protected abstract long |
addClassType() |
protected abstract void |
addSubscriptionClassType(long classTypeId) |
protected abstract void |
deleteSubscriptionClassType(long classTypeId) |
protected abstract Long |
getDefaultClassTypeId() |
void |
testSubscriptionClassTypeWhenAddingBaseModel() |
void |
testSubscriptionClassTypeWhenUpdatingBaseModel() |
void |
testSubscriptionDefaultClassTypeWhenAddingBaseModel() |
void |
testSubscriptionDefaultClassTypeWhenUpdatingBaseModel() |
addBaseModel, addContainerModel, setUp, updateBaseModelpublic void testSubscriptionClassTypeWhenAddingBaseModel()
throws Exception
Exceptionpublic void testSubscriptionClassTypeWhenUpdatingBaseModel()
throws Exception
Exceptionpublic void testSubscriptionDefaultClassTypeWhenAddingBaseModel()
throws Exception
Exceptionpublic void testSubscriptionDefaultClassTypeWhenUpdatingBaseModel()
throws Exception
Exceptionprotected abstract long addBaseModelWithClassType(long containerModelId,
long classTypeId)
throws Exception
Exceptionprotected abstract long addClassType()
throws Exception
Exceptionprotected abstract void addSubscriptionClassType(long classTypeId)
throws Exception
Exceptionprotected abstract void deleteSubscriptionClassType(long classTypeId)
throws Exception
Exceptionprotected abstract Long getDefaultClassTypeId()
throws Exception
Exception