scottkuhl / BlazorStaticWebApp

Blazor Azure Static Web App Example
2 stars 0 forks source link

Automated Testing - Unit #6

Open scottkuhl opened 2 years ago

scottkuhl commented 2 years ago

Add automated unit tests example for Movies. These should automatically run on pull requests and require passing.

Movie Entity

Movie Repository

Movie Functions

Movie Admin Edit

Movie List Edit

Movies Page

Movie HTTP Service

Movie Model

ref: Testing ASP.NET Core Applications Tutorial - Code Maze Blog ref: bUnit - a testing library for Blazor components ref: Testing Blazor Apps & Components: Carl Franklin's Blazor Train Ep 43