Use [EnumData(typeof(SomeEnum))]. It is available in v3.1.
Jeff. -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Mark Kharitonov Sent: Sunday, August 16, 2009 1:47 PM To: MbUnit.User Subject: MbUnit How can one combine all the values from an enum in a combinatorial test? Hi. I am wondering whether there is support out of the box for something like this: [Test] public void SomeTest([Column(typeof(SomeEnum))] SomeEnum x, [Column (typeof(OtherEnum))] OtherEnum y) { } Meaning SomeTest is run for all the combination of SomeEnum values with OtherEnum values. Thanks. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "MbUnit.User" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/MbUnitUser?hl=en -~----------~----~----~----~------~----~------~--~---
