Rustlings tests1: Introducing the assert! macro

Chris Biscardi
InstructorChris Biscardi

Social Share Links

Tweet

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.