smudge202 / clean-living

Walking a mile in the shoes of a game developer.
Apache License 2.0
4 stars 0 forks source link

Test Discoverer MethodNames #21

Closed smudge202 closed 9 years ago

smudge202 commented 9 years ago

The current xunit test runner/discoverer displays test names as the fully qualified name of the class + method name. We'd rather this was just the method name.

This can be achieved with a blank test discoverer returning testcase's with the appropriate naming enum.