Testing a listener
Hello,
I am trying to test a parser class I wrote. In my test method I
invoke the parser method I want to test with
a string of data. However , the method returns nothing. Its result is
sent to a listener. How can I test this method
based on the results it sends to the listener. I hope this makes sense :s
Thank You,
jd