C# Class CastleTests.Diagnostics.PotentialLifestyleMismatchesDiagnosticTestCase

Inheritance: AbstractContainerTestCase
Show file Open project: castleproject/Windsor

Protected Methods

Method Description
AfterContainerCreated ( ) : void

Private Methods

Method Description
Can_detect_singleton_depending_on_transient ( ) : void
Can_detect_singleton_depending_on_transient_directly_and_indirectly ( ) : void
Can_detect_singleton_depending_on_transient_indirectly ( ) : void
Can_detect_singleton_depending_on_transient_indirectly_via_custom_lifestyle ( ) : void
Can_detect_singleton_depending_on_two_transients_directly_and_indirectly ( ) : void
Can_handle_dependency_cycles ( ) : void
Decorators_dont_trigger_stack_overflow ( ) : void
Does_not_crash_on_dependency_cycles ( ) : void

Method Details

AfterContainerCreated() protected method

protected AfterContainerCreated ( ) : void
return void