예제 #1
0
파일: Tests.cs 프로젝트: raulnq/Jal.Locator
        public void Setup()
        {
            _container = new ServiceContainer();

            _container.RegisterFrom<ServiceLocatorCompositionRoot>();

            _sut = _container.GetInstance<IServiceLocator>();

            _test = new ServiceLocatorTest();
        }
예제 #2
0
파일: Tests.cs 프로젝트: raulnq/Jal.Locator
        public void Setup()
        {
            _sut = new ServiceLocator();

            _test = new ServiceLocatorTest();
        }