C# Class Castle.Windsor.Tests.Facilities.Startable.StartableFacilityTestCase

Mostrar archivo Open project: castleproject/Windsor

Private Methods

Method Description
OnNoInterfaceStartableComponentStarted ( ComponentModel mode, object instance ) : void
OnStartableComponentStarted ( ComponentModel mode, object instance ) : void
SetUp ( ) : void
Startable_with_throwing_property_dependency ( ) : void
Starts_component_without_start_method ( ) : void
Starts_component_without_start_method_AllTypes ( ) : void
TestComponentWithNoInterface ( ) : void
TestInterfaceBasedStartable ( ) : void
TestStartableCallsStartOnlyOnceOnError ( ) : void
TestStartableChainWithGenerics ( ) : void
TestStartableCustomDependencies ( ) : void
TestStartableExplicitFakeDependencies ( ) : void
TestStartableWithRegisteredCustomDependencies ( ) : void
Works_when_Start_and_Stop_methods_have_overloads ( ) : void