C# Class Spring.Context.Support.ContextRegistryTests

Show file Open project: spring-projects/spring-net

Private Methods

Method Description
CanBuildProxyForClassWithProtectedConstructor ( ) : void
ChokesIfChildContextRegisteredUnderNameOfAnExistingContext ( ) : void
ClearWithConfigurationSection ( ) : void
ClearWithDynamicProxies ( ) : void
GetContextByNameNotRegisteredThrowsException ( ) : void
GetContextRecursive ( object parent, object context, XmlNode section ) : object

This handler simulates calls to ContextRegistry during context creation

GetContextWithEmptyName ( ) : void
GetContextWithNullName ( ) : void
GetNullSection ( object parent, object context, XmlNode section ) : object

This handler simulates an undefined configuration section

GetRootContextNotRegisteredThrowsException ( ) : void
RegisterNamedContext ( ) : void
RegisterNamedRootContext ( ) : void
RegisterRootContext ( ) : void
RemovesContextFromRegistryWhenContextCloses ( ) : void
ResetConfigurationSystem ( ) : void
SetUp ( ) : void
ThrowsInvalidOperationExceptionOnRecursiveCallsToGetContext ( ) : void