|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjunit.framework.Assert
junit.framework.TestCase
org.alfresco.repo.content.AbstractReadOnlyContentStoreTest
org.alfresco.repo.content.AbstractWritableContentStoreTest
org.alfresco.repo.content.RoutingContentStoreTest
public class RoutingContentStoreTest
Ensures that the routing of URLs based on context is working. A combination of fully featured and incompletely featured stores is used to ensure that all routing scenarios are handled.
AbstractRoutingContentStore
Field Summary |
---|
Fields inherited from class org.alfresco.repo.content.AbstractReadOnlyContentStoreTest |
---|
ctx, transactionService |
Constructor Summary | |
---|---|
RoutingContentStoreTest()
|
Method Summary | |
---|---|
protected ContentStore |
getStore()
Fetch the store to be used during a test. |
void |
setUp()
Starts a transaction |
void |
testGeneralUse()
|
void |
testMissingUrl()
Checks that requests for missing content URLs are served. |
void |
testSetUp()
|
Methods inherited from class org.alfresco.repo.content.AbstractReadOnlyContentStoreTest |
---|
getReader, tearDown, testBlockedWriteOperations, testGetReaderForExistingContentUrl, testIllegalReadableContentUrls |
Methods inherited from class junit.framework.TestCase |
---|
countTestCases, createResult, getName, run, run, runBare, runTest, setName, toString |
Methods inherited from class junit.framework.Assert |
---|
assertEquals, 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, format |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public RoutingContentStoreTest()
Method Detail |
---|
public void setUp() throws java.lang.Exception
AbstractReadOnlyContentStoreTest
setUp
in class AbstractReadOnlyContentStoreTest
java.lang.Exception
protected ContentStore getStore()
AbstractReadOnlyContentStoreTest
setUp
to initialise resources.
Usually tests will construct a static instance of the store to use throughout all the tests.
getStore
in class AbstractReadOnlyContentStoreTest
public void testSetUp() throws java.lang.Exception
testSetUp
in class AbstractWritableContentStoreTest
java.lang.Exception
public void testMissingUrl()
public void testGeneralUse()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |