C# Class AccidentalFish.ApplicationSupport.Autofac.Tests.Unit.ExplicitAutofacApplicationFrameworkDependencyResolverTests

Show file Open project: JamesRandall/AccidentalFish.ApplicationSupport

Private Methods

Method Description
GenericCanResolveRegisteredInterface ( ) : void
GenericSecondRegistrationWins ( ) : void
IsRegisteredReturnsFalse ( ) : void
IsRegisteredReturnsTrue ( ) : void
LambdaRegistrationResolves ( ) : void
LambdaSecondRegistrationReplacesFirst ( ) : void
NamedRegistrationReplaces ( ) : void
NamedRegistrationResolvesNonGenerically ( ) : void
NamedRegistrationResovles ( ) : void
RegisterAndResolveInstanceWithInferredType ( ) : void
RegisterAndResolveInstanceWithSpecifiedType ( ) : void
ResolveBeforeBuildErrors ( ) : void
Setup ( ) : void
TwoNamedRegistrationsCoexist ( ) : void
TypeCanResolveRegisteredInterface ( ) : void
TypeCanResolveRegisteredInterfaceNonGenerically ( ) : void
TypeSecondRegistrationWins ( ) : void