Test Libraries Playing Together
These days, most Test:: libraries can be used together.
- Test::More gives you the baseline test functions
- Add more Test:: modules to give you detailed functionality
A couple years ago, it wasn't this way.
- It was one Test:: module per test.
- We'll talk about this more later.
Prev | toc | Next