Microsoft.Bot.Builder.Dialogs.Adaptive.Testing.HttpRequestMocks Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Classes
HttpRequestMock |
Base class for all http request mocks. |
HttpRequestSequenceMock |
Mock http request in sequence order. The last response will be repeated. |
HttpResponseMock |
Http Response Mock (used in HttpRequestSequenceMock). |
HttpResponseMockContent |
Convert and store the actual content of HttpResonseMock. |
HttpResponseMockMessage |
Convert and store the actual data of HttpResonseMock. |
SequenceResponseManager |
Manage Sequence Response for HttpRequestSequenceMock. |
Enums
HttpRequestSequenceMock.BodyMatchType |
Type for how Body matches against request's body. |
HttpResponseMock.ResponseContentType |
Types of response content. |