osmanaliyardim / WebNetSample

Epam WEB .NET Mentoring Program
MIT License
0 stars 0 forks source link

FEATURE: Task 1 Unit Tests #6

Closed osmanaliyardim closed 1 year ago

osmanaliyardim commented 2 years ago

Task 1 - DI/IoC and unit testing for controllers

What this change does

Focus on why the change was made and provide short, clean and good summary

  • Adding functionality to test our controllers

Code changes

Explain what files and code parts were changed in scope of PR and reviewer should pay attention for

  • Seperated Tests project created
  • Unit tests have been created for each conroller with xUnit.

What has been done to confirm PR works and does not break existing stuff

Provide guarantees that your change does not ruin existing functionality and works as expected Tested on localhost.

Screenshots

Screenshots with descriptions confirming your correct results

  • Test results for ProductsController unitTesting