A.8.1 Numbers Class Unit Test Program

This lightly commented program performs a unit test on the Numbers Class.

 
program Unit_Test
  write(6,*) 'There is no Unit Test for the Numbers Module.'
end


Michael L. Hall