C# Класс CommonComposition.Tests.CompositionFixture

Показать файл Открыть проект

Открытые методы

Метод Описание
CompositionFixture ( IServiceLocator locator ) : System.Linq

Приватные методы

Метод Описание
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

Описание методов

CompositionFixture() публичный Метод

public CompositionFixture ( IServiceLocator locator ) : System.Linq
locator IServiceLocator
Результат System.Linq