; Test script 2 for project grading. ; ; Invoke test as: java PlayerDB T02.txt Test02.txt TestLog02.txt ; Uses: NewHampshire.txt ; ; Import a few records: import NewHampshire.txt ; ; We won't check the ID and Name indices since they have been checked ; in the first test. But I'll include the commands in case you want ; to uncomment them and take a look: ;show_index_for PlayerID ;show_index_for PlayerName ;show_index_for PlayerDebut ; ; Try some player ID searches: show_stats_for murchsi01 show_stats_for bakerch01 show_stats_for woodwro01 show_stats_for fuldsa01 ; ; Try some player name searches: identify_by_name Tewksbury identify_by_name Brown identify_by_name Tyler ; ; Try a debut search with some of matches: show_debuts_for 1890 show_debuts_for 1902 ; ; Quit: exit