Question #170909 on NUnit Framework changed:
https://answers.launchpad.net/nunit-3.0/+question/170909

Akim Boyko posted a new comment:
>> Can I ask why you prefer the first syntax over the second one?

I have following preferences:
1. I would like to have more readable autogenerated message. Something like: 
Dynamic property 'property_name' was not found
2. That assertion will not throws 
Microsoft.CSharp.RuntimeBinder.RuntimeBinderException, but informs developers 
about lack of dynamic property or method
3. And finally I could combine several asserts into one

Anyway I'll continue with second example. But I'm just wondering is
there support for dynamic's assertion in NUnit.

-- 
You received this question notification because you are a member of
NUnit Core Developers, which is an answer contact for NUnit Framework.

_______________________________________________
Mailing list: https://launchpad.net/~nunit-core
Post to     : nunit-core@lists.launchpad.net
Unsubscribe : https://launchpad.net/~nunit-core
More help   : https://help.launchpad.net/ListHelp

Reply via email to