; Test script 3 for project grading. ; ; Invoke test as: java PlayerDB T03.txt Test03.txt TestLog03.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 for nonexistent IDs: show_stats_for absent01 show_stats_for nothere01 show_stats_for zero01 ; ; Try a player name search for a nonexistent name: identify_by_name Nobody ; ; Try a debut search with year for which there were none: show_debuts_for 1954 ; ; Quit: exit