C# Class CastleTests.Facilities.Synchronize.SynchronizeViaAttributeTestCase

Inheritance: AbstractContainerTestCase
Show file Open project: castleproject/Windsor

Protected Methods

Method Description
AfterContainerCreated ( ) : void

Private Methods

Method Description
Component_depending_on_named_and_typed_context_works_corrently_if_both_available ( ) : void
Component_depending_on_unregistered_context_via_name_throws ( ) : void
Component_depending_on_unregistered_context_via_type_throws ( ) : void
Component_depending_on_unregistered_context_via_type_throws_even_if_another_is_available ( ) : void
ExecuteInThread ( ThreadStart run ) : void

Method Details

AfterContainerCreated() protected method

protected AfterContainerCreated ( ) : void
return void