-
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 #151
Example of how to unit test a controller method which supports odata #151
Conversation
/// <summary> | ||
/// This is a suggestion how to unit test a controller which will be very useful for the devs | ||
/// </summary> | ||
[TestClass] |
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.
I'd like to use xunit
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.
I will update it.
@andrei-galkin why don't add similar test cases (xunit) into my e2e test project? |
@xuzhg I will follow your suggestion. |
…o ODataRoutingSample.Tests
657eeae
to
a679422
Compare
Hello @xuzhg, Thank you for the review |
@andrei-galkin We switched the default branch from master to main and this PR is accidentally closed.
Thanks. |
Hello guys,
This is the test project example how controllers can be tested with odata protocol support.