CharliePoole
CharliePoole
The test-case fragment is documented as a part of the rest result format. The new test message format is also undocumented.
Someone may want to have a think about which XML formats need user documentation versus internal documentation. I put the whole thing under "Usage Notes" but maybe it should have...
In my own personal taxonomy of folks who use NUnit, those who extend it are "developers" while those who use it for testing are "users". IOW, in my mind (and...
@OsirisTerje This seems to match what we were discussing so I assigned it to you!
There are many more types, which should be listed. However, it may be a good idea to clarify the language. My intent was to say that it's an arbitrary string...
This will be a tricky thing to write because there are wide ranges of opinion as to the best way to use `ParallelizableAttribute` at assembly-level, or even whether to use...
Thanks @asbjornu We actually knew that :-) but this issue was automatically moved from the nunit repo by ZenHub, which doesn't translate # references. Can't have everyting I guess.
@asbjornu one warning: you'll see a mix of strange defaults and experiments. We have not yet decided on exactly how to use it.
@SeanKilleen This relates to the NUnit framework, hence not particularly in my wheelhouse these days. :-) However, it does sound like a good idea if you're willing to do it....
It may have made sense in older versions of NUnit, but probably doesn't these days. Use it on a method that intentionally corrupts the thread context in order to avoid...