C# Class CastleTests.Diagnostics.DuplicatedDependenciesDiagnosticTestCase

Inheritance: AbstractContainerTestCase
Show file Open project: castleproject/Windsor

Protected Methods

Method Description
AfterContainerCreated ( ) : void

Private Methods

Method Description
Can_detect_components_having_duplicated_dependencies_same_name_different_type ( ) : void
Can_detect_components_having_duplicated_dependencies_same_type_and_name ( ) : void
Can_detect_components_having_duplicated_dependencies_same_type_different_name ( ) : void
Can_detect_components_having_duplicated_dependencies_same_type_via_constructor ( ) : void
Can_detect_components_having_duplicated_dependencies_same_type_via_properties ( ) : void
Can_detect_components_having_duplicated_dependencies_via_service_override ( ) : void
Can_detect_multiple_dependencies_between_properties_and_constructors ( ) : void

Method Details

AfterContainerCreated() protected method

protected AfterContainerCreated ( ) : void
return void