C# Class CommonComposition.Tests.CompositionFixture

Show file Open project: netfx/CommonComposition

Public Methods

Method Description
CompositionFixture ( IServiceLocator locator ) : System.Linq

Private Methods

Method Description
when_resolving_additional_interface_then_succeeds ( ) : void
when_resolving_base_interface_then_succeeds ( ) : void
when_resolving_component_with_keyed_dependency_then_succeeds ( ) : void
when_resolving_concrete_type_then_succeeds ( ) : void
when_resolving_interface_then_succeeds ( ) : void
when_resolving_keyed_component_by_implementation_then_succeeds ( ) : void
when_resolving_keyed_component_then_succeeds ( ) : void
when_resolving_non_singleton_twice_then_returns_new_instance ( ) : void
when_resolving_singleton_twice_then_returns_same_instance ( ) : void
when_resolving_type_with_dependency_then_succeeds ( ) : void

Method Details

CompositionFixture() public method

public CompositionFixture ( IServiceLocator locator ) : System.Linq
locator IServiceLocator
return System.Linq