Exemplo n.º 1
0
        public void Setup()
        {
            _container = new ServiceContainer();

            _container.RegisterFrom<ServiceLocatorCompositionRoot>();

            _sut = _container.GetInstance<IServiceLocator>();

            _test = new ServiceLocatorTest();
        }
Exemplo n.º 2
0
        public void Setup()
        {
            _sut = new ServiceLocator();

            _test = new ServiceLocatorTest();
        }