An interesting YouTube video that I stumbled upon whilst searching on bUnit testing with Blazor C# is the dotnet community video. As I have been working on unit testing for a little while during the Christmas break and during this time, I needed a little rethinking on how to do more code with less code and more quality, with testing essentially the key portions of the application, Coverlet lets you do this well with Code Coverage and gives you an overview report on what actually needs to be testing and the percentage covered in both public and private methods aswell as which variables and fields need to be tested.
What I would use as a key takeaway from ll the video is the enabling of re-usable components, which is a common thing in unit testing and indeed a way to effectively test and add a new bit each time.
See the video below