Verifying output from a component under test
This section covers the different ways to verify the result of a test scenario:
- Verifying markup from a component: This covers the different ways bUnit enables verification and assertions against the rendered markup from a component.
- Verifying the state of a component under test: This covers how to inspect an instance of the component under test.
- Customizing the semantic HTML comparison: This covers how to customize the semantic HTML/markup comparer included in bUnit for more stable tests.
- Assertion of asynchronous changes: This covers how to create stable tests in an asynchronous world.