| java.lang.Object org.acm.seguin.test.Correct
Correct | public class Correct extends Object (Code) | | This class is a test of what happens to an already acceptable file
author: Chris Seguin |
makeChoice | public String makeChoice(boolean value) throws IOException(Code) | | This method throws an exception or returns a string based
on the boolean input
Parameters: value - the boolean value that makes the choice a string "OK" exception: IOException - thrown if value was false |
|
|