Lecture 6
13
TextFile unit test
•To test your work when there is no client, write your own main, with a self documenting hard coded test of all the public methods •Read main and its javadoc comment in TextFile.java
•main creates and exercises a TextFile
•Output pasted into input as a comment
•html <pre> </pre> block for web page preformatting