« Return to Thread: help with code & test report

Re: help with code & test report

by brettporter :: Rate this Message:

Reply to Author | View in Thread

At present the nunit plugin doesn't generate a surefire compatible  
output format - you would need to look at the standard nunit output.

The JXR plugin is a Java cross reference tool - we'd need to find a  
similar tool for other languages, or see if it can be adapted to work  
for C#.

- Brett

On 16/10/2008, at 2:34 AM, yelo_3 wrote:

> Hello, I'm new to nmaven, but not to maven, and I need your help.
>
> I've generater a pom project (attaching the pom) using nmaven svn.
> I've created a simple c# class and a simple test case which does not  
> fail.
>
> what I want is to generate the test report, and the test code in an  
> html page.
>
> with (j)maven I used to run
> mvn jxr:jxr
> mvn jxr:test-jxr
> mvn surefire-report:report
>
> the jxr does not do anything, but the surefire-report tells me this:
> "[WARNING] Unable to locate Test Source XRef to link to - DISABLED"
> and generates an html page with 0 tests :(
>
> but now I cannot understand how to do this
> can you help me? I'm in a hurry!
> <pom.xml>

--
Brett Porter
brett@...
http://blogs.exist.com/bporter/

 « Return to Thread: help with code & test report