[MonoDevelop] Newbie Alert: monodevelop-NUnit quest for

Rafael Teixeira monoman at gmail.com
Tue Jan 10 16:42:44 EST 2006


Hi Erwin,

Currently MonoDevelop sports supports to run and see test results, but
to create them there is no templates or wizards, you have to write
test classes and methods, by hand.

Just reference nunit.framework, put a "using NUnit.Framework" at the
top, and them code test methods decorated with the [Test] attributes,
as explained in the link Scott sent.

Fun,

On 1/10/06, Scott Willeke <scott at willeke.com> wrote:
> See http://www.nunit.org/index.php?p=quickStart&r=2.2.5
> <http://www.nunit.org/index.php?p=quickStart&r=2.2.5>
>
>
>
> Hogeweg, Erwin (GE Infrastructure) wrote:
> > All,
> >
> > Is there any documentation that describes how to set up the NUnit framework and how to define and run a test? I looked on the monodevelop site and in the wiki but all I see is some really nice screenshots!
> >
> > I have installed all the packages and I do see my NUnit stuff but I just can't figure out how to add a unit test. I am used to working with Eclipse and Java so I am probably just not looking in the right places.
> >
> > I know, this is very, very basic stuff, but I warned you, I am a Newbie (2 days now...).
> >
> > Any help is highly appreciated.
> >
> > Thanks,
> >
> > Erwin
> > _______________________________________________
> > Monodevelop-list mailing list
> > Monodevelop-list at lists.ximian.com
> > http://lists.ximian.com/mailman/listinfo/monodevelop-list
> >
> >
> _______________________________________________
> Monodevelop-list mailing list
> Monodevelop-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/monodevelop-list
>


--
Rafael "Monoman" Teixeira
---------------------------------------
As I'm currently working a lot with Java and even fixing Java VMs
(JamVM/Kaffe) and GNU Classpath code, I think I may partly borrow the
title (Javaman) from my friend Bruno Souza and become the
MonoNJavaMan. Yeah, I may currently be crazier than usual...


More information about the Monodevelop-list mailing list