; Test script 5 for project grading. ; ; Invoke test as: java PlayerDB T05.txt Test05.txt TestLog05.txt ; Uses: Vermont.txt and NewHampshire.ext ; ; Import a some records and view the indices: import Vermont.txt show_index_for PlayerID show_index_for PlayerName show_index_for PlayerDebut ; ; Import some more records and view the indices: import NewHampshire.txt show_index_for PlayerID show_index_for PlayerName show_index_for PlayerDebut ; ; Try some valid player ID searches: show_stats_for portehe01 show_stats_for mcnamji01 show_stats_for murrabo01 ; ; Try some valid player name searches: identify_by_name Smith identify_by_name LaPointe identify_by_name Fisher ; ; Try some debut searches: show_debuts_for 1911 ; ; Quit: exit