SequenceResponseManager(List<HttpResponseMock>) Constructor
Definition
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.
Initializes a new instance of the SequenceResponseManager class. Return the list of mocks in sequence order. The last one will be repeated.
public SequenceResponseManager (System.Collections.Generic.List<Microsoft.Bot.Builder.Dialogs.Adaptive.Testing.HttpRequestMocks.HttpResponseMock> responses);
new Microsoft.Bot.Builder.Dialogs.Adaptive.Testing.HttpRequestMocks.SequenceResponseManager : System.Collections.Generic.List<Microsoft.Bot.Builder.Dialogs.Adaptive.Testing.HttpRequestMocks.HttpResponseMock> -> Microsoft.Bot.Builder.Dialogs.Adaptive.Testing.HttpRequestMocks.SequenceResponseManager
Public Sub New (responses As List(Of HttpResponseMock))
Parameters
- responses
- List<HttpResponseMock>
The list of HttpResponseMock.