Hi,
I'm writing a unittest for a view class that generates a xml structure of the command object. This xml structure also contains possible binding errors.
Right now I have a unittest that tests for the correct structure of the xml using a mock command object. I'm trying to find out how I can simulate/mock the BindException Object.
Any clues?
