I have the methods like this one:
void MyMethod (MyAbstractClass myAbstractClass)
this abstract class is a huge third-party class with many members. Most of those members I don't need to use.
Now I want to create a Test method for the MyMethod. All I can do now is to create a class which is derived from MyAbstractClass and use this class for the Test. And this is a tedious work to create this derived class.
Is there a way to avoid creating this derived class?
Leonid Ganeline [BizTalk MVP]
BizTalk: Internals: Namespaces