C# Class ReactiveUI.Tests.ReactiveCommandTest

Exibir arquivo Open project: reactiveui/ReactiveUI

Private Methods

Method Description
CanExecuteChangedIsAvailableViaICommand ( ) : void
CanExecuteIsAvailableViaICommand ( ) : void
CanExecuteIsBehavioral ( ) : void
CanExecuteIsFalseIfAlreadyExecuting ( ) : void
CanExecuteIsFalseIfCallerDictatesAsSuch ( ) : void
CanExecuteOnlyTicksDistinctValues ( ) : void
CanExecuteTicksFailuresThroughThrownExceptions ( ) : void
CreateTaskFacilitatesTPLIntegration ( ) : void
CreateTaskFacilitatesTPLIntegrationWithParameter ( ) : void
CreateThrowsIfExecutionParameterIsNull ( ) : void
ExceptionsAreDeliveredOnOutputScheduler ( ) : void
ExecuteCanBeCancelled ( ) : void
ExecuteExecutesOnTheSpecifiedScheduler ( ) : void
ExecuteIsAvailableViaICommand ( ) : void
ExecuteOnlyExecutesOnceRegardlessOfNumberOfSubscribers ( ) : void
ExecutePassesThroughParameter ( ) : void
ExecuteReenablesExecutionEvenAfterFailure ( ) : void
ExecuteTicksAnyException ( ) : void
ExecuteTicksAnyLambdaException ( ) : void
ExecuteTicksErrorsThroughThrownExceptions ( ) : void
ExecuteTicksLambdaErrorsThroughThrownExceptions ( ) : void
ExecuteTicksThroughTheResult ( ) : void
ExecuteViaICommandThrowsIfParameterTypeIsIncorrect ( ) : void
ExecuteViaICommandWorksWithNullableTypes ( ) : void
InvokeCommandAgainstICommandInTargetInvokesTheCommand ( ) : void
InvokeCommandAgainstICommandInTargetPassesTheSpecifiedValueToCanExecuteAndExecute ( ) : void
InvokeCommandAgainstICommandInTargetRespectsCanExecute ( ) : void
InvokeCommandAgainstICommandInTargetRespectsCanExecuteWindow ( ) : void
InvokeCommandAgainstICommandInvokesTheCommand ( ) : void
InvokeCommandAgainstICommandPassesTheSpecifiedValueToCanExecuteAndExecute ( ) : void
InvokeCommandAgainstICommandRespectsCanExecute ( ) : void
InvokeCommandAgainstICommandRespectsCanExecuteWindow ( ) : void
InvokeCommandAgainstReactiveCommandInTargetInvokesTheCommand ( ) : void
InvokeCommandAgainstReactiveCommandInTargetPassesTheSpecifiedValueToExecute ( ) : void
InvokeCommandAgainstReactiveCommandInTargetRespectsCanExecute ( ) : void
InvokeCommandAgainstReactiveCommandInTargetRespectsCanExecuteWindow ( ) : void
InvokeCommandAgainstReactiveCommandInvokesTheCommand ( ) : void
InvokeCommandAgainstReactiveCommandPassesTheSpecifiedValueToExecute ( ) : void
InvokeCommandAgainstReactiveCommandRespectsCanExecute ( ) : void
InvokeCommandAgainstReactiveCommandRespectsCanExecuteWindow ( ) : void
IsExecutingIsBehavioral ( ) : void
IsExecutingTicksAsExecutionsProgress ( ) : void
ResultIsTickedThroughSpecifiedScheduler ( ) : void