| View previous topic :: View next topic |
| Author |
Message |
slace Advanced

Joined: 22 Feb 2009 Posts: 11
|
Posted: Tue Feb 24, 2009 4:36 am Post subject: Method parameter checking within AAA |
|
|
This is a feature I found lacking within AAA the other day when I raised a question (http://www.typemock.com/community/viewtopic.php?t=1169).
I think that it would be really great if we can have method parameter checking within AAA, it allows you to use the power of the AAA testing engine and have more exploritary checking of the method body.
I've seen this feature within Rhino Mocks AAA implementation (http://ayende.com/Wiki/Rhino+Mocks+3.5.ashx#Ignoringarguments) and think it'd be a great feature to have in Typemock as well. |
|
| Back to top |
|
 |
dhelper Moderator

Joined: 19 Aug 2008 Posts: 300
|
Posted: Tue Feb 24, 2009 9:19 am Post subject: |
|
|
Thank you for your suggestion,
I will add your feature request to our backlog |
|
| Back to top |
|
 |
boo Expert

Joined: 22 Aug 2008 Posts: 90
|
Posted: Sat Feb 28, 2009 12:24 am Post subject: |
|
|
| I'm putting in my vote for the priority++ on this one...it's a feature of Rhino Mocks that I wish was also present here; however, unlike Rhino Mocks, making it a little more 'clear' as to what to do would be helpful and having a global Arg.Anything that you can use when you just don't care across the board (versus Arg.<T>.Is.Anything which is too verbose)...this will be helpful also when your argument is just a pointer to a function. |
|
| Back to top |
|
 |
|