Skip to content

This is an example solution of all kinds of different tests I can think of. Butits also an example of my layered architecture for a Rest API with EF Core

Notifications You must be signed in to change notification settings

sturlath/TestingDemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Testing

Exploring testing together

Goals

Be a one-shop-stop for all kinds of tests.

  • Unit tests (with and without mocks)
  • API end-2-end tests
  • Integration/Functional/UI/Performance

About the solution

This is a basic N-tier web and UWP solution that most developers are probably used to. It relies heavily on the usage of dependency injection by using constructor injection with interfaces.

Later it might be interesting to have a testing demo using Clean/Onion Architecture

About

This is an example solution of all kinds of different tests I can think of. Butits also an example of my layered architecture for a Rest API with EF Core

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages