monodevelop icon indicating copy to clipboard operation
monodevelop copied to clipboard

Clean up MonoDevelop.UnitTesting

Open tstivers1990 opened this issue 8 years ago • 0 comments

I've cleaned up some of the code to make it more readable.

I also made UnitTestGroup abstract, as it is never directly instantiated, and is always derived from. I feel this is better for clarity. Specifically, it removed the need for one of the methods to be blank, rather than abstract like it should be.

I also removed commented code, excess whitespace, redundant casts, redundant namespace specifications and any methods or fields I came across that weren't being used.

tstivers1990 avatar Jun 23 '16 17:06 tstivers1990