atomiv / atomiv-dotnet

Atomiv .NET Template
https://atomiv.org
MIT License
4 stars 2 forks source link

Integration Testing - Application Layer #612

Open valentinajemuovic opened 4 years ago

valentinajemuovic commented 4 years ago

Need to move majority of integration testing to the application layer, testing valid and invalid. Then this is useful regardless of the presentation (e.g. whether it's REST API, or Hangfire job, or from background event handler)

REST API layer might stay just to verify connectivity (e.g. correctness of endpoints) and the JSON conversion.