Tips Unit testing modal class in passive view pattern

Posted by Rahul on Stack Overflow See other posts from Stack Overflow or by Rahul
Published on 2010-03-23T06:19:57Z Indexed on 2010/03/23 6:23 UTC
Read the original article Hit count: 499

Filed under:
|

Hello All,

I am new to unit testing. I have done unit testing on controller classes but have never tested modal class. I am using passive view pattern for my application.

I am using Cpp Unit test framework.

Any tips would be highly appreciated.

Thanks Rahul

© Stack Overflow or respective owner

Related posts about c++

Related posts about unit-testing