| This method does the setup for the tests which examine the implementation of the requirement that, if a vendor address's
country is the United States, the address must have a state and a zip code.
Parameters: country1 - Any String, really, but possibly a country value from KFSConstants. Parameters: zip1 - Also any String, intended to be a Zip code. Parameters: country2 - Country for the second address of the collection Parameters: zip2 - Zip code for the second address of the collection A List, appropriately populated with countries and zip codes. |