Lecture 18
15
Testing JFile, Directory, TextFile
•JFile version 5 (before Juno) has static code for testing JFile and its subclasses
•We didn’t study it
•Best way to test these classes as a part of Juno is to write Juno commands
–type to test newfile (done)
–cd and list to test mkdir (done for Juno 7)
•Read CdCommand
•hw9: improve the ListCommand we will provide
•