[Mono-dev] Unit testing an assembly: Makefile, std test suite, and reviewing.

Antoine Cailliau antoinecailliau at gmail.com
Wed Jan 26 08:10:13 EST 2011


Hi all,

I implemented System.ComponentModel.DataAnnotations.
RegularExpressionAttribute. And I wrote some unit tests
to check if it works. I've 3 questions for you.

First, my tests are not compiled, nor run. Where should I add
a reference to my new test class ? I didn't see any mention
in any makefile... I'm lost :-)

Second, in other tests I see references like "#A1-1". Does it
refer to standard test suites? If so, where I can find these?
Or their specifications.

Third, once I'm sure that everything is ok. What's the process
for making it reviewed by some of you? Should I do a pull
request on github? Sending a mail here?

Thanks in advance for your answers,

Antoine


More information about the Mono-devel-list mailing list