C# Class Archetype.Tests.NotifyPropertyChangesModuleTests

Datei anzeigen Open project: idavis/Archetype

Public Methods

Method Description
Initialize ( ) : void

Private Methods

Method Description
AssertBehavior ( ) : void
OnPropertyChangedCanBeCalledFromTheImportingClass ( ) : void
OnPropertyChangedCanBeCalledFromTheImportingClassWhenThereIsAModuleChainEndingInTheTarget ( ) : void
OnPropertyChangedCanBeCalledFromTheImportingClassWhenThereIsAModuleChainWithTheTargetInTheBeginning ( ) : void
OnPropertyChangedCanBeCalledFromTheImportingClassWhenThereIsAModuleChainWithTheTargetInTheMiddle ( ) : void

Method Details

Initialize() public method

public Initialize ( ) : void
return void