Package org.fcrepo.kernel.impl.observer
Class EventAccumulatorImplTest
- java.lang.Object
-
- org.fcrepo.kernel.impl.observer.EventAccumulatorImplTest
-
public class EventAccumulatorImplTest extends Object
- Author:
- pwinckles
-
-
Constructor Summary
Constructors Constructor Description EventAccumulatorImplTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclearTransactionEventsWhenCleared()voiddoNothingWhenTransactionHasNoEvents()voiddoNotSetResourceTypesWhenCannotLoad()voidemitEventsWhenEventsOnTransactionNoMerge()voidemitEventsWhenEventsOnTransactionWithMerge()voidnonDefaultValues()voidonlyEmitEventsForSameSpecifiedTransaction()voidsetup()
-
-
-
Constructor Detail
-
EventAccumulatorImplTest
public EventAccumulatorImplTest()
-
-
Method Detail
-
setup
public void setup()
-
emitEventsWhenEventsOnTransactionNoMerge
public void emitEventsWhenEventsOnTransactionNoMerge() throws org.fcrepo.kernel.api.exception.PathNotFoundException
- Throws:
org.fcrepo.kernel.api.exception.PathNotFoundException
-
emitEventsWhenEventsOnTransactionWithMerge
public void emitEventsWhenEventsOnTransactionWithMerge() throws org.fcrepo.kernel.api.exception.PathNotFoundException
- Throws:
org.fcrepo.kernel.api.exception.PathNotFoundException
-
onlyEmitEventsForSameSpecifiedTransaction
public void onlyEmitEventsForSameSpecifiedTransaction() throws org.fcrepo.kernel.api.exception.PathNotFoundException
- Throws:
org.fcrepo.kernel.api.exception.PathNotFoundException
-
doNothingWhenTransactionHasNoEvents
public void doNothingWhenTransactionHasNoEvents() throws org.fcrepo.kernel.api.exception.PathNotFoundException
- Throws:
org.fcrepo.kernel.api.exception.PathNotFoundException
-
clearTransactionEventsWhenCleared
public void clearTransactionEventsWhenCleared() throws org.fcrepo.kernel.api.exception.PathNotFoundException
- Throws:
org.fcrepo.kernel.api.exception.PathNotFoundException
-
nonDefaultValues
public void nonDefaultValues() throws org.fcrepo.kernel.api.exception.PathNotFoundException
- Throws:
org.fcrepo.kernel.api.exception.PathNotFoundException
-
doNotSetResourceTypesWhenCannotLoad
public void doNotSetResourceTypesWhenCannotLoad() throws org.fcrepo.kernel.api.exception.PathNotFoundException
- Throws:
org.fcrepo.kernel.api.exception.PathNotFoundException
-
-