...
/Better Comparison and Organization of Tests
Better Comparison and Organization of Tests
Learn how to do better comparisons and organize tests.
Better comparisons
Even though the heart of all automated testing is the boolean condition “is
this true or false?” reducing everything to that boolean condition is tedious and produces awkward diagnostics. Test::More
provides several other convenient
assertion functions.
The is()
function
The is()
function compares two values using Perl’s eq
operator. If the values
are equal, the test passes:
Access this course and 1400+ top-rated courses and projects.