Extract Interface from .NET Framework Class Using Resharper

854 views Asked by At

Recently, I've been having to wrap a lot of dot net framework classes for better unit test coverage. Instead of doing this by hand, I was wondering if there was a way to extract an interface from an existing system class in the dot net framework using a tool like Reshaper (or something similar).

Once I have the interface I dont mind implementing the concrete class myself. But it would be great if I could automatically generate the interface.

0

There are 0 answers