Class Buildr::JUnit::Report
In: lib/buildr/java/tests.rb  (CVS)
Parent: Object

Used by the junit:report task. Access through JUnit#report if you want to set various options for that task, for example:

  JUnit.report.frames = false

Methods

generate   new  

Attributes

frames  [RW]  True (default) to produce a report using frames, false to produce a single-page report.
params  [R]  Parameters passed to the Ant JUnitReport task.
style_dir  [RW]  Directory for the report style (defaults to using the internal style).
target  [RW]  Target directory for generated report.

Public Class methods

Public Instance methods

Generates a JUnit report for these projects (must run JUnit tests first) into the target directory. You can specify a target, or let it pick the default one from the target attribute.

[Validate]