|
|||||||||
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.caching.CachingContentStoreSpringTest
public class CachingContentStoreSpringTest
Tests for the CachingContentStore that benefit from a full set of tests defined in AbstractWritableContentStoreTest.
Field Summary |
---|
Fields inherited from class org.alfresco.repo.content.AbstractReadOnlyContentStoreTest |
---|
ctx, transactionService |
Constructor Summary | |
---|---|
CachingContentStoreSpringTest()
|
Method Summary | |
---|---|
protected ContentStore |
getStore()
Fetch the store to be used during a test. |
void |
setUp()
Starts a transaction |
void |
testCacheOnInbound()
|
void |
testStoreWillReadFromCacheWhenAvailable()
|
void |
testStoreWillRecoverFromDeletedCacheFile()
|
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 CachingContentStoreSpringTest()
Method Detail |
---|
public void setUp() throws java.lang.Exception
AbstractReadOnlyContentStoreTest
setUp
in class AbstractReadOnlyContentStoreTest
java.lang.Exception
public void testStoreWillReadFromCacheWhenAvailable()
public void testCacheOnInbound()
public void testStoreWillRecoverFromDeletedCacheFile()
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
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |