1. 28
    Rustlings tests1: Introducing the assert! macro
    18s

Rustlings tests1: Introducing the assert! macro

Chris Biscardi
InstructorChris Biscardi
Share this video with your friends

Social Share Links

Send Tweet
Published 4 years ago
Updated 4 years ago

README for this exercise.

Chris Biscardi: [0:00] In tests1, we encounter our first assert! Macro. In this case, we have a module tests with one test. The test is that we can assert.

[0:09] Using the assert! Macro, it tests whether our value is true or not. We can pass then a true value. Any Boolean expression here will work with the assert! Macro.