Completed
Semantic verification modifiers
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Best Practices Unit Testing Blazor Components with bUnit
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 What is bonit?
- 3 The Counter component
- 4 Test of component
- 5 Running Unit tests
- 6 Functionality testing - configure pizza dialog
- 7 To verifying markup, do it semantically!
- 8 Semantically verifying markup
- 9 Semantic verification modifiers
- 10 Creating testable and maintainable components
- 11 Dynamic component example
- 12 Creating maintainable tests
- 13 Summary -testing
- 14 Isolating the component under test
- 15 Rules for substitute components
- 16 Substitution with the built-in Stub component
- 17 Mocking components