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
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. |