Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I0219 - verify test generated client method contains typed response #225

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

jkone27
Copy link
Contributor

@jkone27 jkone27 commented Apr 24, 2023

adds a check of the task type


let typedTask = inst.AskDetail(askDetailRequest: AcmeApi.AskDetailRequest)

typedTask.GetType().FullName.Contains("AskDetailResponse")
Copy link
Member

Choose a reason for hiding this comment

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

It should be proper xUnit test -

I assume it fails now, right?

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