Try It Out: Solution
Explore extending Elixir's test assertions by implementing assert macros for every comparison operator. Understand macro construction and enhance your testing framework by adding new assert statements and running solutions to validate your code.
We'll cover the following...
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 ...