org.alfresco.repo.audit.access
Class NodeChangeTest

java.lang.Object
  extended by org.alfresco.repo.audit.access.NodeChangeTest

public class NodeChangeTest
extends java.lang.Object

Unit test for NodeChange which is the main class behind AccessAuditor.


Constructor Summary
NodeChangeTest()
           
 
Method Summary
 void setUp()
           
 void tearDown()
           
 void testBeforeDeleteNode()
           
 void testGetAuditDataFalseTopLevelAction()
           
 void testGetAuditDataTrueSubAction()
           
 void testIsTemporaryNodeYes()
           
 void testOnAddAspect()
           
 void testOnCancelCheckOut()
           
 void testOnCheckIn()
           
 void testOnCheckOut()
           
 void testOnContentRead()
           
 void testOnContentUpdateFalse()
           
 void testOnContentUpdateTrue()
           
 void testOnCopyComplete()
           
 void testOnCreateNode()
           
 void testOnCreateVersion()
           
 void testOnMoveNode()
           
 void testOnRemoveAspect()
           
 void testOnUpdateProperties()
           
 void testReplaceInvalidPathChars()
           
 void testSetAuditSubActionsFalse()
           
 void testSetAuditSubActionsTrue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodeChangeTest

public NodeChangeTest()
Method Detail

setUp

public void setUp()
           throws java.lang.Exception
Throws:
java.lang.Exception

tearDown

public void tearDown()
              throws java.lang.Exception
Throws:
java.lang.Exception

testGetAuditDataTrueSubAction

public final void testGetAuditDataTrueSubAction()

testGetAuditDataFalseTopLevelAction

public final void testGetAuditDataFalseTopLevelAction()

testSetAuditSubActionsTrue

public final void testSetAuditSubActionsTrue()

testSetAuditSubActionsFalse

public final void testSetAuditSubActionsFalse()

testOnCreateNode

public final void testOnCreateNode()

testBeforeDeleteNode

public final void testBeforeDeleteNode()

testIsTemporaryNodeYes

public final void testIsTemporaryNodeYes()

testOnMoveNode

public final void testOnMoveNode()

testOnCopyComplete

public final void testOnCopyComplete()

testOnUpdateProperties

public final void testOnUpdateProperties()

testReplaceInvalidPathChars

public final void testReplaceInvalidPathChars()

testOnAddAspect

public final void testOnAddAspect()

testOnRemoveAspect

public final void testOnRemoveAspect()

testOnContentUpdateTrue

public final void testOnContentUpdateTrue()

testOnContentUpdateFalse

public final void testOnContentUpdateFalse()

testOnContentRead

public final void testOnContentRead()

testOnCreateVersion

public final void testOnCreateVersion()

testOnCheckOut

public final void testOnCheckOut()

testOnCheckIn

public final void testOnCheckIn()

testOnCancelCheckOut

public final void testOnCancelCheckOut()


Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.