public class MyTest
extends java.lang.Object
This file tests the various image manipulations on the default
image (a view of Positano, Italy).
Note though that due to the imprecise nature of floating point
arithmetic, your code may be correct yet not pass these tests. (We
won't be using these tests to grade your assignment! Our tests take
this imprecision into account.) Instead, these tests give you an
idea of how close your answers are to *our* solution. Just looking
at the output of your code in the GUI may not be enough to see the
differences.
This file also gives you a place to add your own JUnit test cases.
Do *not* add them to ManipulateTest.java as you will not be
submitting that file.