nunit-core team mailing list archive
-
nunit-core team
-
Mailing list archive
-
Message #01909
Re: [Question #170909]: fluent syntax for C# dynamic
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.