Lecture 12
15
Class Lookup
•Dictionary has no unit test
•Class Lookup is a client for Dictionary  (and tests it thoroughly)
•All of Lookup is static
–> java Lookup <word> <word> … all
•Lookup.java sends toString messages to a Definition object (line 53) and to a Dictionary object (line 103)
–