CharliePoole

Results 1007 comments of CharliePoole

@Gwindalmir Setting aside the potential bug for a moment, you stated this... > Personally, I don't like automatic parameter generation at all. I don't think it's safe or reliable, as...

I recall that someone (I'm being lazy and not looking up who did it) added handling of nullable parameters to to Theories in the past year or so. Perhaps that's...

The most common attributes that indicate a test are TestAttribute, TheoryAttribute, TestCaseAttribute and TestCaseSourceAttribute. All except `Test` provide argumetns to parameterized test methods. xUnit.net's TheoryAttribute is their way of marking...

Glad that helped. We'll leave this issue so someone can decide if the behavior in question is a bug in the code or just something we should explain better.

My mistake... I was thinking of the logic added that generates all values for `[Values]` (without args) when used on an enum. I think this should be documented somewhere -...

Still an open issue? @mikkelbu I have bunches of stuff written about theories, can I help? Not sure what you had wanted to add to the docs or where.