Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lilpug/net5-webapi-unittestingexample
The project has been development to help demonstrate how unit testing can be done easily for WEB API's
https://github.com/lilpug/net5-webapi-unittestingexample
example factory-pattern net5 unit-testing unittesting webapi
Last synced: 17 days ago
JSON representation
The project has been development to help demonstrate how unit testing can be done easily for WEB API's
- Host: GitHub
- URL: https://github.com/lilpug/net5-webapi-unittestingexample
- Owner: lilpug
- License: mit
- Created: 2020-12-02T11:46:02.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-02T12:01:10.000Z (about 4 years ago)
- Last Synced: 2023-03-17T21:47:43.474Z (almost 2 years ago)
- Topics: example, factory-pattern, net5, unit-testing, unittesting, webapi
- Language: C#
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NET5-WebAPI-UnitTestingExample
This project is a basic NET 5 Web API REST project. The project has been development to help demonstrate
how unit testing and future adjustments can be done at ease using this type of structured approach.## Unit Testing
The main startup.cs and program.cs files have been excluded from unit testing in this example. This has been done as
these files only contain external code and are not what we have personally developed.## Repository
The repository included in the project, is only a basic example but in a real world case. i would expect you to use
whatever technology you require i.e. SQL Server, MySQL etc.