Validating output using an oracle

This workroom hosts code machine Test7, which verifies the computation of square root values by using an oracle. An oracle is a slow but reliable method to compute a result for testing purposes. The program in Test7 uses the Math.pow method to generate the square root value and verify the correctness of outputs produced using the RootApproximator class.
To receive help with code machine commands use 'help t'.

You see:
Test7
Links:
Validating output by property
Sample Run Output to Test7
Testing and Debugging