C# Class Castle.MicroKernel.Tests.Registration.ComponentRegistrationTestCase

Exibir arquivo Open project: castleproject/Windsor

Private Methods

Method Description
AddComponent_Activator_WorksFine ( ) : void
AddComponent_ArrayConfigurationParameters_WorksFine ( ) : void
AddComponent_CustomDependenciesDictionary_WorksFine ( ) : void
AddComponent_CustomDependencies_UsingAnonymousType ( ) : void
AddComponent_CustomDependencies_WorksFine ( ) : void
AddComponent_ExtendedProperties_UsingAnonymousType ( ) : void
AddComponent_ExtendedProperties_WorksFine ( ) : void
AddComponent_Instance_UsesInstance ( ) : void
AddComponent_Instance_UsesInstanceWithParameters ( ) : void
AddComponent_ListConfigurationParameters_WorksFine ( ) : void
AddComponent_NamedAlreadyAssigned_ThrowsException ( ) : void
AddComponent_StartableWithInterface_StartsComponent ( ) : void
AddComponent_StartableWithoutInterface_StartsComponent ( ) : void
AddComponent_StartableWithoutInterface_StartsComponent_via_expression ( ) : void
AddComponent_WhichIsNull_ThrowsNullArgumentException ( ) : void
AddComponent_WithComplexConfiguration_WorksFine ( ) : void
AddComponent_WithCustomLifestyle_WorksFine ( ) : void
AddComponent_WithExplicitLifestyle_WorksFine ( ) : void
AddComponent_WithImplementationAlreadyAssigned_ThrowsException ( ) : void
AddComponent_WithInterceptorSelector_ComponentModelShouldHaveInterceptorSelector ( ) : void
AddComponent_WithInterfaceServiceOnly_And_Interceptors_ProxyOptionsShouldNotHaveATarget ( ) : void
AddComponent_WithPerWebRequestLifestyle_WorksFine ( ) : void
AddComponent_WithPooledLifestyle_WorksFine ( ) : void
AddComponent_WithPooledWithSizeLifestyle_WorksFine ( ) : void
AddComponent_WithSameName_ThrowsException ( ) : void
AddComponent_WithServiceAndClass_RegisteredWithClassTypeName ( ) : void
AddComponent_WithServiceAndName_RegisteredNamed ( ) : void
AddComponent_WithServiceOnly_RegisteredWithServiceTypeName ( ) : void
AddComponent_WithSingletonLifestyle_WorksFine ( ) : void
AddComponent_WithThreadLifestyle_WorksFine ( ) : void
AddComponent_WithTransientLifestyle_WorksFine ( ) : void
AddGenericComponent_WithParameters ( ) : void