what kind of Assert statment i can write around above map object(vendorList ) which comes as result of get method call(getVendorList) on business service class(vendorService)
please advise
Any links resources ideas highly appreciated. Thanks in advance
Let us assume VendorService just has vendor information like VendorName, VendorNumber,VendorAddress, VendorPhone.
when some one search on Vendor number we can display that in search page
gudii9
ASKER
please advise
mccarl
What *exactly* is in the Map vendorList after this line of code?
I do not have actual map object since i just assumed this map myself. Is there is a way you can point to some link which discusses on writing assert statement on some sample map object. please advise
when some one search on Vendor number we can display that in search page