[Mono-list] NUnit support for generics?
Andy Waddell
awaddell at fnfr.com
Thu Sep 15 12:36:11 EDT 2005
I've been trying to use the nunit.framework and nunit_console.exe to do
some unit testing on code that contains generics (and was therefore
compile with gmcs). I'm getting the feeling that this is not supported.
First off, I noticed that gmcs can't find the nunit assembly when
-reference:nunit.framework is on the compile line (while mcs can). I
forced the issue there by putting the fully qualified path to the dll on
the compile line, but when I run nunit_console.exe to test some simple
code (that happens to use generics), it always bombs out. I write my
own main() to invoke the methods, it works fine.
Can anyone shed some light on this issue?
--andy
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-list/attachments/20050915/1fe9d3cc/attachment.html
More information about the Mono-list
mailing list