public class AbstractWCMServiceImplTest
extends junit.framework.TestCase
| Modifier and Type | Field and Description |
|---|---|
protected AssetService |
assetService |
protected MutableAuthenticationService |
authenticationService |
protected AVMLockingService |
avmLockingService |
protected static boolean |
CLEAN |
protected static org.springframework.context.ApplicationContext |
ctx |
protected static org.apache.commons.logging.Log |
logger |
protected PersonService |
personService |
protected static long |
POLL_DELAY |
protected static int |
POLL_MAX_ATTEMPTS |
protected SandboxService |
sbService |
protected static java.lang.String |
TEST_RUN |
protected static java.lang.String |
TEST_USER |
protected static java.lang.String |
TEST_WEBPROJ_DEFAULT_WEBAPP |
protected static java.lang.String |
TEST_WEBPROJ_DESCRIPTION |
protected static java.lang.String |
TEST_WEBPROJ_DNS |
protected static boolean |
TEST_WEBPROJ_DONT_USE_AS_TEMPLATE |
protected static java.lang.String |
TEST_WEBPROJ_NAME |
protected static java.lang.String |
TEST_WEBPROJ_TITLE |
protected static boolean |
TEST_WEBPROJ_USE_AS_TEMPLATE |
protected TransactionService |
transactionService |
protected static java.lang.String |
USER_ADMIN |
protected static java.lang.String |
USER_FOUR |
protected static java.lang.String |
USER_ONE |
protected static java.lang.String |
USER_THREE |
protected static java.lang.String |
USER_TWO |
protected WebProjectService |
wpService |
| Constructor and Description |
|---|
AbstractWCMServiceImplTest() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
createUser(java.lang.String userName) |
protected void |
deleteUser(java.lang.String userName) |
protected int |
pollForSnapshotCount(java.lang.String stagingStoreId,
int expectedCnt) |
protected void |
setUp() |
protected void |
tearDown() |
countTestCases, createResult, getName, run, run, runBare, runTest, setName, toStringassertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame, formatprotected static org.apache.commons.logging.Log logger
protected static final long POLL_DELAY
protected static final int POLL_MAX_ATTEMPTS
protected static org.springframework.context.ApplicationContext ctx
protected static final java.lang.String TEST_RUN
protected static final boolean CLEAN
protected static final java.lang.String TEST_WEBPROJ_DNS
protected static final java.lang.String TEST_WEBPROJ_NAME
protected static final java.lang.String TEST_WEBPROJ_TITLE
protected static final java.lang.String TEST_WEBPROJ_DESCRIPTION
protected static final java.lang.String TEST_WEBPROJ_DEFAULT_WEBAPP
protected static final boolean TEST_WEBPROJ_USE_AS_TEMPLATE
protected static final boolean TEST_WEBPROJ_DONT_USE_AS_TEMPLATE
protected static java.lang.String USER_ADMIN
protected static final java.lang.String TEST_USER
protected static final java.lang.String USER_ONE
protected static final java.lang.String USER_TWO
protected static final java.lang.String USER_THREE
protected static final java.lang.String USER_FOUR
protected WebProjectService wpService
protected SandboxService sbService
protected AssetService assetService
protected MutableAuthenticationService authenticationService
protected PersonService personService
protected TransactionService transactionService
protected AVMLockingService avmLockingService
protected void setUp()
throws java.lang.Exception
setUp in class junit.framework.TestCasejava.lang.Exceptionprotected void tearDown()
throws java.lang.Exception
tearDown in class junit.framework.TestCasejava.lang.Exceptionprotected void createUser(java.lang.String userName)
protected void deleteUser(java.lang.String userName)
protected int pollForSnapshotCount(java.lang.String stagingStoreId,
int expectedCnt)
throws java.lang.InterruptedException
java.lang.InterruptedExceptionCopyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.