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.