C# Class Microsoft.Practices.Prism.Tests.Regions.RegionViewRegistryFixture

Datei anzeigen Open project: xperiandri/PortablePrism

Public Methods

Method Description
FailWithFrameworkException ( object sender, Microsoft.Practices.Prism.Regions.ViewRegisteredEventArgs e ) : void
FailWithInvalidOperationException ( object sender, Microsoft.Practices.Prism.Regions.ViewRegisteredEventArgs e ) : void

Private Methods

Method Description
CanRegisterContentAndRetrieveIt ( ) : void
CanRegisterContentAsDelegateAndRetrieveIt ( ) : void
OnRegisterErrorShouldGiveClearException ( ) : void
OnRegisterErrorShouldSkipFrameworkExceptions ( ) : void
ShouldNotPreventSubscribersFromBeingGarbageCollected ( ) : void
ShouldRaiseEventWhenAddingContent ( ) : void

Method Details

FailWithFrameworkException() public method

public FailWithFrameworkException ( object sender, Microsoft.Practices.Prism.Regions.ViewRegisteredEventArgs e ) : void
sender object
e Microsoft.Practices.Prism.Regions.ViewRegisteredEventArgs
return void

FailWithInvalidOperationException() public method

public FailWithInvalidOperationException ( object sender, Microsoft.Practices.Prism.Regions.ViewRegisteredEventArgs e ) : void
sender object
e Microsoft.Practices.Prism.Regions.ViewRegisteredEventArgs
return void