sentryone / unittestgenerator

A unit test generation extension for Visual Studio
Apache License 2.0
25 stars 5 forks source link

Fixes for generation of System.Array - also adding the ability to emit tests for explicitly implemented members. #43

Closed mattwhitfield closed 4 years ago

mattwhitfield commented 4 years ago

This fixes #42

Also noticed that with the given example, it would be nice if we could emit tests for explicitly implemented members, so I added that.