Unit Test Package for Term::ProgressBar

This package tests the basic functionality of Term::ProgressBar.

Test 1--5

Create a progress bar with 10 things. Update it it from 1 to 10. Verify that it has no output.

Tests 6--8: Message Check

Run a progress bar from 0 to 100, each time calling a message after an update. Check that we still have no output.

Tests 9--13: Message Check

Run a progress bar from 0 to 1000, each time calling a message after an update. Check that we still have no output.