Inheritance: log4net.ILog
Beispiel #1
0
 public ApiTests()
 {
     IClientLogic logic = new LogicStub();
     ILog log = new LogStub();
     _controller = new ClientController(logic,log);
     _controller.Request = new HttpRequestMessage();
     _controller.Request.Properties.Add(HttpPropertyKeys.HttpConfigurationKey, new HttpConfiguration());
 }
Beispiel #2
0
        public ApiTests()
        {
            IClientLogic logic = new LogicStub();
            ILog         log   = new LogStub();

            _controller         = new ClientController(logic, log);
            _controller.Request = new HttpRequestMessage();
            _controller.Request.Properties.Add(HttpPropertyKeys.HttpConfigurationKey, new HttpConfiguration());
        }