Tests for the calculate method of Calculater.java This example shows how: -
to extract the number of test cases from JTestCase and to build a loop
over them - to extract the test data for a special test case - to use the
test data in the test - to assert the test results with JTestCase methods