[Mono-list] RE: Tests

ginga@kit.hi-ho.ne.jp ginga@kit.hi-ho.ne.jp
Fri, 23 May 2003 02:45:00 +0900


Hello,

> How can I see which classes are documented and are public that need
> tests written ?

One of the easiest way to know what classes or members are public is
to check MSDN. You can visit there from class status pages.
http://www.go-mono.com/class-status-System.Xml.html

Tests are in class/{namespaces e.g. System.Xml}/Test in mcs cvs,
but feel free to write tests which may overlap existing tests.
We can merge them together.

Thanks,
  Atsushi Eno