Skip to content

Conversation

chrimc62
Copy link

Addressing Tom's review feedback. This hides DialogInspector behind a delegate to reduce surface area and moves resetting retries from memory modification to when events are emitted making it simpler and clearer.

@chrimc62 chrimc62 requested a review from tomlm September 25, 2020 18:41
@chrimc62 chrimc62 requested a review from a team as a code owner September 25, 2020 18:41
@chrimc62 chrimc62 requested a review from mrivera-ms September 25, 2020 18:41
@@ -85,7 +85,7 @@ public virtual void ValidateReply(Activity activity)
}

/// <inheritdoc/>
public override async Task ExecuteAsync(TestAdapter adapter, BotCallbackHandler callback, DialogInspector inspector)
public override async Task ExecuteAsync(TestAdapter adapter, BotCallbackHandler callback, Inspector inspector)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Inspector inspector [](start = 98, length = 19)

can you make this optional? =null?

Copy link
Contributor

@tomlm tomlm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

Chris McConnell added 2 commits September 25, 2020 19:25
Add description to memory assertions.
Redo retries tests to work with new retries model.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants