public abstract class BaseSubscriptionTestCase
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected User |
creatorUser |
protected Group |
group |
protected static long |
PARENT_CONTAINER_MODEL_ID_DEFAULT |
protected User |
user |
| Constructor and Description |
|---|
BaseSubscriptionTestCase() |
| Modifier and Type | Method and Description |
|---|---|
protected long |
addBaseModel(long userId,
long containerModelId) |
protected long |
addContainerModel(long userId,
long containerModelId) |
protected User |
addUser() |
void |
setUp() |
protected void |
updateBaseModel(long userId,
long baseModelId) |
protected static final long PARENT_CONTAINER_MODEL_ID_DEFAULT
@DeleteAfterTestRun protected User creatorUser
@DeleteAfterTestRun protected Group group
@DeleteAfterTestRun protected User user
public void setUp()
throws java.lang.Exception
java.lang.Exceptionprotected long addBaseModel(long userId,
long containerModelId)
throws java.lang.Exception
java.lang.Exceptionprotected long addContainerModel(long userId,
long containerModelId)
throws java.lang.Exception
java.lang.Exceptionprotected User addUser() throws java.lang.Exception
java.lang.Exceptionprotected void updateBaseModel(long userId,
long baseModelId)
throws java.lang.Exception
java.lang.Exception