Exemplo n.º 1
0
        public void SetUpTestEnvironment()
        {
            ConfigureBddfy();
            _server = new InMemoryApiServer();
            var container = BuildContainer();

            ContainerRegistry.Register(container);
            _server.Start();
        }
 public void Setup()
 {
     _server.Start();
 }