Liferay 7.0-ce-b4

com.liferay.portal.kernel.test.util
Class TestPropsValues

java.lang.Object
  extended by com.liferay.portal.kernel.test.util.TestPropsValues

public class TestPropsValues
extends Object


Field Summary
static boolean ASSERT_LOGS
           
static long CI_TEST_TIMEOUT_TIME
           
static String COMPANY_WEB_ID
           
static boolean DL_FILE_ENTRY_PROCESSORS_TRIGGER_SYNCHRONOUSLY
           
static int JUNIT_DELAY_FACTOR
           
static String PORTAL_URL
           
static String USER_PASSWORD
           
 
Constructor Summary
TestPropsValues()
           
 
Method Summary
static long getCompanyId()
           
static long getGroupId()
           
static long getPlid()
           
static long getPlid(long groupId)
           
static User getUser()
           
static long getUserId()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ASSERT_LOGS

public static final boolean ASSERT_LOGS

CI_TEST_TIMEOUT_TIME

public static final long CI_TEST_TIMEOUT_TIME

COMPANY_WEB_ID

public static final String COMPANY_WEB_ID

DL_FILE_ENTRY_PROCESSORS_TRIGGER_SYNCHRONOUSLY

public static final boolean DL_FILE_ENTRY_PROCESSORS_TRIGGER_SYNCHRONOUSLY

JUNIT_DELAY_FACTOR

public static final int JUNIT_DELAY_FACTOR

PORTAL_URL

public static final String PORTAL_URL

USER_PASSWORD

public static final String USER_PASSWORD
Constructor Detail

TestPropsValues

public TestPropsValues()
Method Detail

getCompanyId

public static long getCompanyId()
                         throws PortalException
Throws:
PortalException

getGroupId

public static long getGroupId()
                       throws PortalException
Throws:
PortalException

getPlid

public static long getPlid()
                    throws PortalException
Throws:
PortalException

getPlid

public static long getPlid(long groupId)

getUser

public static User getUser()
                    throws PortalException
Throws:
PortalException

getUserId

public static long getUserId()
                      throws PortalException
Throws:
PortalException

Liferay 7.0-ce-b4