Method | Description | |
---|---|---|
AssertWasCalled ( IRequestVerify>.Func |
||
AssertWasNotCalled ( IRequestVerify>.Func |
||
Dispose ( ) : void | ||
HttpServer ( |
||
IsAvailable ( ) : bool | ||
Start ( ) : void | ||
Stub ( IRequestStub>.Func |
||
WhatDoIHave ( ) : string | ||
WithNewContext ( ) : IHttpServer | ||
WithNewContext ( string baseUri ) : IHttpServer |
Method | Description | |
---|---|---|
StartListening ( ) : void |
public AssertWasCalled ( IRequestVerify>.Func |
||
func | IRequestVerify>.Func | |
return | IRequestVerify |
public AssertWasNotCalled ( IRequestVerify>.Func |
||
func | IRequestVerify>.Func | |
return | IRequestVerify |
public Stub ( IRequestStub>.Func |
||
func | IRequestStub>.Func | |
return | IRequestStub |
public WithNewContext ( string baseUri ) : IHttpServer | ||
baseUri | string | |
return | IHttpServer |