-
Notifications
You must be signed in to change notification settings - Fork 164
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
Example of how to unit test a controller method which supports odata #438
base: release-8.x
Are you sure you want to change the base?
Example of how to unit test a controller method which supports odata #438
Conversation
…ODataRoutingSample.Tests
…ODataRoutingSample.Tests
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks fine to me. Thanks for contributing this.
Left a suggestion to fix a typo.
sample/ODataRoutingSample.Tests/ODataRoutingSample.Tests.csproj
Outdated
Show resolved
Hide resolved
…ODataRoutingSample.Tests
Good day guys, I hope you are doing great. I think there is a need for that code https://stackoverflow.com/questions/66554114/mocking-or-creating-pragmatically-odataqueryoptions-for-net-5-core-controller-u. Please help to review it and merge. Thank you. |
Hello guys,
This is the test project example how controllers can be tested with odata protocol support.