I\'m using NUnit to test my application, which I\'ve included a simplified version of below.I\'m looking for a way to fire an event on a mock class, and check that the class under test has received it
I recall that there is a mocking framework build into nUnit, but I can find details of it on the nUnit web site.Was I dreaming?
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
I want to test an application which renders a text block with a data field value. I would liketo get the actual width and actual height, once the rendering completes. Everything works fine. The proble