Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Java > JUnit - making reports

Reply
Thread Tools

JUnit - making reports

 
 
Rafal Majda
Guest
Posts: n/a
 
      04-20-2005
Hello,

Is any way to make some JUnit reports?

Rafal
 
Reply With Quote
 
 
 
 
Daniel Dyer
Guest
Posts: n/a
 
      04-20-2005
On Wed, 20 Apr 2005 11:08:10 +0100, Rafal Majda <> wrote:

> Hello,
>
> Is any way to make some JUnit reports?
>
> Rafal


Not sure if this is what you mean, but I use the junitreport task in Ant
to generate an HTML report after executing the JUnit tests (also via
Ant). It generates a set of pages similar in structure (frames) to the
standard Javadoc output, one page for each test with timings and any
failures/errors that occurred.

Dan.

--
Daniel Dyer
http://www.footballpredictions.net
 
Reply With Quote
 
 
 
 
Tony Morris
Guest
Posts: n/a
 
      04-20-2005

"Rafal Majda" <> wrote in message
news:d45a2j$q58$...
> Hello,
>
> Is any way to make some JUnit reports?
>
> Rafal


Yes.
Execute the JUnit test cases under the JTiger test framework and it can
produce HTML, XML or plain text reports.
Here is an example: http://www.jtiger.org/test-report/index.html

--
Tony Morris

JTiger Unit Test Framework for J2SE 1.5
http://www.jtiger.org/
Java Q&A (FAQ, Trivia)
http://qa.jtiger.org/
http://xdweb.net/~dibblego/


 
Reply With Quote
 
Rafal Majda
Guest
Posts: n/a
 
      04-20-2005
Daniel Dyer napisaƂ(a):
> Not sure if this is what you mean, but I use the junitreport task in
> Ant to generate an HTML report after executing the JUnit tests (also
> via Ant). It generates a set of pages similar in structure (frames) to
> the standard Javadoc output, one page for each test with timings and
> any failures/errors that occurred.


I am not using Ant but Visual Age for Java.

Rafal
 
Reply With Quote
 
Rafal Majda
Guest
Posts: n/a
 
      04-20-2005
Tony Morris napisał(a):
> "Rafal Majda" <> wrote in message
> news:d45a2j$q58$...
>
>>Hello,
>>
>>Is any way to make some JUnit reports?
>>
>>Rafal

>
>
> Yes.
> Execute the JUnit test cases under the JTiger test framework and it can
> produce HTML, XML or plain text reports.
> Here is an example: http://www.jtiger.org/test-report/index.html
>

I can not using JTiger because JUnit framework is required.
 
Reply With Quote
 
Tony Morris
Guest
Posts: n/a
 
      04-21-2005

"Rafal Majda" <> wrote in message
news:d45h05$kq5$...
> Tony Morris napisał(a):
> > "Rafal Majda" <> wrote in message
> > news:d45a2j$q58$...
> >
> >>Hello,
> >>
> >>Is any way to make some JUnit reports?
> >>
> >>Rafal

> >
> >
> > Yes.
> > Execute the JUnit test cases under the JTiger test framework and it can
> > produce HTML, XML or plain text reports.
> > Here is an example: http://www.jtiger.org/test-report/index.html
> >

> I can not using JTiger because JUnit framework is required.


That makes no sense. Sure, JTiger provides a means to define its own test
environment, but it can also execute JUnit test cases.
You can meet the requirement for JUnit (which is typically on a false basis
anyway), and use JTiger.

--
Tony Morris

JTiger Unit Test Framework for J2SE 1.5
http://www.jtiger.org/
Java Q&A (FAQ, Trivia)
http://qa.jtiger.org/
http://xdweb.net/~dibblego/


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
how to customize junit reports? Raksh Java 0 07-03-2011 08:21 AM
Is it possible to get Crystal Reports to print multiple reports in ASP.NET? Rod ASP .Net 2 05-25-2006 02:12 PM
How to launch reports (done with Crystal Reports) from a Java application? minjie@excite.com Java 2 03-15-2006 08:40 PM
Calling Crystal Reports in ASP.NET using the rptserver.asp given by Crystal Reports Peri ASP .Net 1 07-21-2005 12:56 PM
Displaying Microsoft Access Reports (active reports) via ASP.NET Brian Barnes ASP .Net 1 02-18-2004 05:59 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57