//private readonly ITypeCatalog _typeCatalog;


        public UnityServiceLocatorTests()
        {
            _serviceLocator = new UnityServiceLocator(new UnityContainer());
            StartupConfiguration.RunBootstrapper(_serviceLocator);

            //_typeCatalog = StartupConfiguration.GetTypeCatalog(_serviceLocator);
        }
예제 #2
0
 public NinjectServiceLocatorTests()
 {
     _serviceLocator = new NinjectServiceLocator();
     StartupConfiguration.RunBootstrapper(_serviceLocator);
 }