MudassarRasool / mb-unit

Automatically exported from code.google.com/p/mb-unit
0 stars 0 forks source link

Assert.HasAttribute & Assert.HasAttributes #727

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
ref. 
http://groups.google.com/group/mbunituser/browse_thread/thread/69932b6349160d19

Different possibilities to target the member on which the attribute must be 
verified:
- by taking a lambda expression which can be analysed by reflection (similarly 
to the FluentNHibernate mapping) -> Concise syntax but not very flexible.
- by taking a MemberSet returned by MbUnit.Framework.Mirror -> Very powerful 
but a bit verbose.

Original issue reported on code.google.com by Yann.Tre...@gmail.com on 13 Sep 2010 at 8:22

GoogleCodeExporter commented 8 years ago

Original comment by Yann.Tre...@gmail.com on 28 Sep 2010 at 6:52

GoogleCodeExporter commented 8 years ago

Original comment by Yann.Tre...@gmail.com on 10 Feb 2011 at 10:05