Results 105 issues of Mauricio Scheffer

http://www.jetbrains.com/resharper/download/index.html#related http://code.google.com/p/mb-unit/source/browse/trunk/v3/src/Extensions/ReSharper

https://github.com/feuerbach/tasty/blob/master/core/Test/Tasty/Core.hs#L128-L155

Filter the tests to be run using patterns specified on the command line. As in http://batterseapower.github.com/test-framework/

Run tests in parallel but report results in a deterministic order (to aid diff-based analysis of test output). As in http://batterseapower.github.com/test-framework/

MultipleCultureAttribute can be present at the method, type, or assembly level.

Like http://hackage.haskell.org/packages/archive/HUnit/1.2.5.1/doc/html/Test-HUnit-Base.html#g:3 , but obviously instead of a typeclass use a dictionary of `Type -> ((unit -> 'a) -> (unit -> unit))` and reflection. Or use statically resolved inline classes:...

The stack trace in assertion failures is incorrect.

As with `--maximum-generated-tests` in test-framework

Consider inherited tests when importing tests from NUnit/MbUnit/etc

Convert SolrCELL (Tika integration)

enhancement