cformat
Class ScanfFormatTest
java.lang.Object
cformat.ScanfFormatTest
- public class ScanfFormatTest
- extends Object
Testing class for ScanfFormat. Run the main
method to test the class.
- See Also:
ScanfFormat- Author:
-
|
Method Summary |
static void |
main(String[] args)
Tests the class ScanfFormat. |
ScanfFormatTest
public ScanfFormatTest()
main
public static void main(String[] args)
- Tests the class ScanfFormat. If everything is OK,
the string "Passed" is printed, and the program exits with
status 0. Otherwise, diagnostics and a stack trace are
printed, and the program exits with status 1.