public class TestPropsValues
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static boolean |
ASSERT_LOGS |
static long |
CI_TEST_TIMEOUT_TIME |
static java.lang.String |
COMPANY_WEB_ID |
static boolean |
DL_FILE_ENTRY_PROCESSORS_TRIGGER_SYNCHRONOUSLY |
static int |
JUNIT_DELAY_FACTOR |
static java.lang.String |
PORTAL_URL |
static java.lang.String |
USER_PASSWORD |
| Constructor and Description |
|---|
TestPropsValues() |
| Modifier and Type | Method and Description |
|---|---|
static long |
getCompanyId() |
static long |
getGroupId() |
static long |
getPlid() |
static long |
getPlid(long groupId) |
static User |
getUser() |
static long |
getUserId() |
public static final boolean ASSERT_LOGS
public static final long CI_TEST_TIMEOUT_TIME
public static final java.lang.String COMPANY_WEB_ID
public static final boolean DL_FILE_ENTRY_PROCESSORS_TRIGGER_SYNCHRONOUSLY
public static final int JUNIT_DELAY_FACTOR
public static final java.lang.String PORTAL_URL
public static final java.lang.String USER_PASSWORD
public static long getCompanyId()
throws PortalException
PortalExceptionpublic static long getGroupId()
throws PortalException
PortalExceptionpublic static long getPlid()
throws PortalException
PortalExceptionpublic static long getPlid(long groupId)
public static User getUser() throws PortalException
PortalExceptionpublic static long getUserId()
throws PortalException
PortalException