Exemplo n.º 1
0
        public UnitTest1()
        {
            var container = StartupConfig.GetConfiguredContainer();

            _service = container.GetService <ICatalogIntegrationEventService>();
        }
Exemplo n.º 2
0
 public static void AssemblyInit(TestContext context)
 {
     StartupConfig.GetConfiguredContainer();
 }