Get() private method

private Get ( string path = "index.html" ) : HttpResponseMessage
path string
return HttpResponseMessage
Example #1
0
 public void Given_service_by_default()
 {
     var service = new CommandsService(new ServerContext( broker: new CommandBrokerStub() ));
     _result = service.Get("");
 }