Try It Out: Solution
See the solution to the coding exercise you tried in the previous lesson.
We'll cover the following...
Implement assert
for every comparison operator
Explore ways to enhance your Assertion
test framework and define new macro constructs. Here’s a basic experiment to get you started. The complete Assertion.Test
module is given ...