Loading
Current section: Assertions 7 exercises
lesson

Assertions Outro

That’s a wrap on assertions. You’ve seen how to extend expect() with custom matchers, compare even tricky values, and use built-in tools for softer and retryable checks. These skills make your tests stronger and easier to debug. Take a short break now—we’re about to dive into performance and uncover what really slows tests down.

Loading lesson

Transcript

00:00 Good job on this one. This was the last exercise in the assertions block, and this is such an important topic to cover because the importance of assertions cannot be overstated. Ideally, you should be able to tell what the test is about just by looking at the expect statements. And now that you have more tools to express yourself with your assertions, your test will

00:18 also benefit from that. From creating custom matchers to introducing custom equality testers, utilizing features like retriable assertions and also soft assertions to make sure that you have more control over how your system is tested. And now that this block is done, it is time for you to take your deserved rest and then come join me for the final group of exercises in this workshop

00:38 dedicated to test performance. I think you're going to love that one, so see you in a moment.