C# Class Microsoft.Practices.Prism.Tests.Commands.DelegateCommandFixture

Mostra file Open project: xperiandri/PortablePrism

Public Methods

Method Description
DoNothing ( object param ) : void

Private Methods

Method Description
CanExecuteCallsPassedInCanExecuteDelegate ( ) : void
CanExecuteReturnsTrueWithouthCanExecuteDelegate ( ) : void
ExecuteCallsPassedInExecuteDelegate ( ) : void
IsActivePropertyChangeFiresEvent ( ) : void
NonGenericDelegateCommandCanExecuteShouldInvokeCanExecuteFunc ( ) : void
NonGenericDelegateCommandExecuteShouldInvokeExecuteAction ( ) : void
NonGenericDelegateCommandShouldDefaultCanExecuteToTrue ( ) : void
NonGenericDelegateCommandThrowsIfExecuteDelegateIsNull ( ) : void
NonGenericDelegateThrowsIfDelegatesAreNull ( ) : void
RaiseCanExecuteChangedRaisesCanExecuteChanged ( ) : void
ShouldKeepStrongReferenceToOnCanExecuteChangedHandlers ( ) : void
ShouldKeepWeakReferenceToOnCanExecuteChangedHandlers ( ) : void
ShouldPassParameterInstanceOnCanExecute ( ) : void
ShouldPassParameterInstanceOnExecute ( ) : void
ShouldThrowIfAllDelegatesAreNull ( ) : void
ShouldThrowIfExecuteMethodDelegateNull ( ) : void
WhenConstructedWithGenericTypeIsNonNullableValueType_Throws ( ) : void
WhenConstructedWithGenericTypeOfNullable_InitializesValues ( ) : void
WhenConstructedWithGenericTypeOfObject_InitializesValues ( ) : void

Method Details

DoNothing() public method

public DoNothing ( object param ) : void
param object
return void