Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cihatsolak/netcore-unit-test
It is the process where we test the behavior of the smallest units of the project independently. Our action methods in the controller are actually small components, and we can observe their behavior with unit test. The sensitive point is the state of being independent from each other. When testing a method, the method to be tested should not relate to different methods.
https://github.com/cihatsolak/netcore-unit-test
autofixture efcore fluentassertions localdb moq-framework sqlite xunit-tests
Last synced: 10 days ago
JSON representation
It is the process where we test the behavior of the smallest units of the project independently. Our action methods in the controller are actually small components, and we can observe their behavior with unit test. The sensitive point is the state of being independent from each other. When testing a method, the method to be tested should not relate to different methods.
- Host: GitHub
- URL: https://github.com/cihatsolak/netcore-unit-test
- Owner: cihatsolak
- License: mit
- Created: 2021-05-07T09:43:18.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-07-25T19:22:36.000Z (over 2 years ago)
- Last Synced: 2023-03-04T16:51:51.702Z (over 1 year ago)
- Topics: autofixture, efcore, fluentassertions, localdb, moq-framework, sqlite, xunit-tests
- Language: C#
- Homepage: https://cihatsolak.medium.com/
- Size: 723 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0