; Test script 4 for project grading. ; ; Invoke test as: java PlayerDB T04.txt Test04.txt TestLog04.txt ; Uses: MasterTabbedAndFiltered2.txt ; ; Import a lot of records: import MasterTabbedAndFiltered2.txt ; ; We won't check the ID and Name indices since they have been checked ; in the first test. But I'll include the displays in the log to see ; if anything breaks: show_index_for PlayerID show_index_for PlayerName show_index_for PlayerDebut ; ; Try some valid player ID searches: show_stats_for allenja02 show_stats_for aardsda01 show_stats_for zwilldu01 show_stats_for johnsch01 show_stats_for jonesco02 ; ; Try some valid player name searches: identify_by_name Alou identify_by_name Gandy identify_by_name McGlothlin identify_by_name Nunez identify_by_name Gibson ; ; Try some debut searches: show_debuts_for 1874 show_debuts_for 1954 ; ; Quit: exit