Andrew Gray

Results 37 comments of Andrew Gray

@qubitz. I was looking at Theory MemberData and Theory ClassData this morning. Unfortunately it is only at the individual test level. XUnit needs to be able to apply the same...

> > Correct, we do not support class-level data. Currently yes, this feature is requesting that XUnit would.

@qubitz I need [FixtureMemberData(SomeClass)] on the class Where SomeClass derives from IEnumerable And XUnit loops over the IEnumerable for ALL facts and Theories in the class. If SomeClass returns 5...

XUnit I understood had the weight of Microsoft behind it. Every other major unit test framework can do this. This is a massive gap in XUnit, IMO.

Thanks for replying @bradwilson. Much appreciated. > If everybody else does this, why don't you use everybody else? I do. I maintain the [Saucery](https://github.com/Sauceforge/Saucery) open source project. It is currently...

> Just adding a comment here so I get notifications. I am wanting to use xunit for UI tests with appium. The test code will all be the same, just...

After I installed VS 2015 Update 2 last night and targeted 4.6.1 to get it to work I have to reduce the rule clause in my crproj file to: ```...

> @OsirisTerje Do we want to push every successful master build as a nuget package or manually on a tag? Note sure how we want to deal with lifespan of...

Can this issue be closed now? Looks like it has been fixed and merged to master already.