C# Class CodeValue.CodeCommander.Tests.CommandProcessorTests

Afficher le fichier Open project: arielbh/CodeCommander

Méthodes publiques

Méthode Description
PublishOrderedCommands_TwoCommandsAreSendInOrder_CommandsAreExecutedInOrder ( ) : void

Private Methods

Méthode Description
CancelCommandGroup_CancelAGroup_AllCommandsInGroupAreCancelled ( ) : void
CancelCommand_CommandIsBlockedAndShouldFailIfBlocked_CommandFails ( ) : void
CancelCommand_CommandIsBlocked_CommandIsCancled ( ) : void
CancelCommand_CommandIsExecuting_CommandIsCancled ( ) : void
CancelCommand_CommandIsNew_CommandIsCancled ( ) : void
CancelCommand_CommandIsPending_CommandIsCancled ( ) : void
CommandPublishGeneric_CommandGotFullfillmentWithReturnValue_ReturnValue ( ) : void
CommandPublish_CommandHasBeforeExecutingAction_ActionCalled ( ) : void
CommandPublish_CommandHasCompletedAction_ActionCalled ( ) : void
CommandPublish_CommandHasErrorAction_ActionCalled ( ) : void
CommandPublish_CommandHasFullfillmentAction_ActionCalled ( ) : void
CommandPublish_CommandShouldCompleteWhenAfterExecuting_CommandSucceded ( ) : void
CommandPublish_CommandThrowsExceptionWhileExecuting_CommandFailsWithThatException ( ) : void
CommandTimeouts_CommandHasElapsingExecutionTimeout_CommandFails ( ) : void
CommandTimeouts_CommandHasElapsingPendingTimeout_CommandFails ( ) : void
InputSource_CommandFailsDueToInput_CommandIsFailed ( ) : void
InputSource_CommandSucceedsDueToInputButIsExecutingForEver_CommandSuccededButStillExecuting ( ) : void
InputSource_CommandSucceedsDueToInput_CommandIsCompleted ( ) : void
InputSource_CommandSucceedsDueToInput_CommandIsSuccessed ( ) : void
InputSource_NewMessageIsRecievedByComamnds_InterpretResponseIsCalled ( ) : void
PublishCommandGeneric_NoObserver_CommandIsChangedToPending ( ) : void
PublishCommandGeneric_WithObserver_CommandIsChangedToPending ( ) : void
PublishCommand_CommandIsNotNew_ThrowsException ( ) : void
PublishCommand_CommandPassesFilter_CommandIsExecuted ( ) : void
PublishCommand_CommandShouldFailWhenFiltered_CommandFailed ( ) : void
PublishCommand_FilterThrewExceptionAndCommandIsPending_CommandStillPending ( ) : void
PublishCommand_FilterThrewExceptionAndCommandShouldFail_CommandFailed ( ) : void
PublishCommand_NoObserver_CommandIsChangedToPending ( ) : void
PublishCommand_WithObserver_CommandIsChangedToPending ( ) : void
PublishOrderedCommands_OneCommandInCommands_ThisCommandIsExecuted ( ) : void
RerunBlockedCommand_CommandIsBlocked_CommandIsPendingAgain ( ) : void
RerunBlockedCommand_CommandIsNewThusNotBlocked_ThrowException ( ) : void

Method Details

PublishOrderedCommands_TwoCommandsAreSendInOrder_CommandsAreExecutedInOrder() public méthode