|
|||||||||
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.cmis.changelog.CMISChangeLogServiceTest
public class CMISChangeLogServiceTest
Base tests for CMISChangeLogServiceImpl
Constructor Summary | |
---|---|
CMISChangeLogServiceTest()
|
Method Summary | |
---|---|
void |
setUp()
|
protected void |
tearDown()
|
void |
testEnabledAuditing()
Tests CMISChangeLogServiceImpl with enabled Auditing feature |
void |
testEnabledAuditingForMaxItems()
Test CMISChangeLogServiceImpl with enabled Auditing feature for Max Items parameter |
void |
testReceivingChangeEventsForInvalidChangeToken()
This method tests CMISChangeLogServiceImpl on receiving Change Event Entries for Invalid Change Log Token with enable and disabled Changes Logging |
void |
testReceivingOfChangeEventsExpectingFolders()
This method tests CMISChangeLogServiceImpl on working with Change Event entries which could contain Folder Objects |
void |
testReceivingOfChangeEventsExpectingFoldersAndBoundedByMaxItems()
This method tests CMISChangeLogServiceImpl on working with Change Event entries which could contain Folder Objects. |
void |
testServiceWithDisabledAuditing()
Tests CMISChangeLogServiceImpl with disabled Auditing feature |
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 CMISChangeLogServiceTest()
Method Detail |
---|
public void testServiceWithDisabledAuditing() throws java.lang.Exception
CMISChangeLogServiceImpl
with disabled Auditing feature
java.lang.Exception
public void testEnabledAuditing() throws java.lang.Exception
CMISChangeLogServiceImpl
with enabled Auditing feature
java.lang.Exception
public void testEnabledAuditingForMaxItems() throws java.lang.Exception
CMISChangeLogServiceImpl
with enabled Auditing feature for Max Items parameter
java.lang.Exception
public void testReceivingChangeEventsForInvalidChangeToken() throws java.lang.Exception
CMISChangeLogServiceImpl
on receiving Change Event Entries for Invalid Change Log Token with enable and disabled Changes Logging
java.lang.Exception
public void testReceivingOfChangeEventsExpectingFolders() throws java.lang.Exception
CMISChangeLogServiceImpl
on working with Change Event entries which could contain Folder Objects
java.lang.Exception
public void testReceivingOfChangeEventsExpectingFoldersAndBoundedByMaxItems() throws java.lang.Exception
CMISChangeLogServiceImpl
on working with Change Event entries which could contain Folder Objects. Also this method tests behavior of Max Items
parameter for Folder Objects
java.lang.Exception
public void setUp() throws java.lang.Exception
setUp
in class junit.framework.TestCase
java.lang.Exception
protected void tearDown() throws java.lang.Exception
tearDown
in class junit.framework.TestCase
java.lang.Exception
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |