Re: CSUnit
Rhys Weatherley <[email protected]>
| Newsgroups | gmane.comp.gnu.dotgnu.developer |
|---|---|
| Organization | Southern Storm Software, Pty Ltd |
| Message-ID | <[email protected]> |
On Wednesday 22 September 2004 07:12 pm, Marcus wrote: > How up-to-date is the documentation for CSUnit in pnetlib/doc? I'm thinking > about adding some tests for System.Reflection.Emit. It's accurate. CSUnit doesn't change very much. Also look at other tests in the source tree for guidance. The main methods you will want for assertion testing are in "pnetlib/csunit/TestCase.cs". Cheers, Rhys.