[Mono-list] Stubbing out classes

Jaak Simm jaaksimm@firm.ee
Tue, 16 Apr 2002 14:32:56 +0200


Hi,

I'm currently creating stubbed out classes for the System.Windows.Forms
namespace. As I'm new to this few questions arouse about creating the
stubbed classes:
- What's the Mono's policy about interfaces/methods that are internal
and not much documented. For example, AccessibleObject has internal
interface IAccessible, will these methods need to be stubbed out?
- Should I stub out all methods inherited from parent classes or only
those which are expected to be overridden?

Thanks,

Jaak