NAME
Test::Chimps::Report - Encapsulate a smoke test report
SYNOPSIS
Represents a smoke report. See Jifty::DBI::Record.
Note that parts of this class are dynamically generated in Test::Chimps::Server base on the configuation file.
METHODS
new ARGS
Creates a new Report. ARGS is a hash whose only valid key is handle. Its value must be a Jifty::DBI::Handle.
COLUMNS
Test::Chimps::Report
s have the following columns (and consequently accessors):
report_html
model_structure
timestamp
total_ok
total_passed
total_nok
total_failed
total_percentage
total_ratio
total_seen
total_skipped
total_todo
total_unexpectedly_succeeded
Additionally, columns are added dynamically based on the report variables specified in the server. Unfortunately, this means that external modules have a hard time getting at the Report
class as seen by the server.
AUTHOR
Zev Benjamin, <zev at cpan.org>
BUGS
Please report any bugs or feature requests to bug-test-chimps at rt.cpan.org
, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Test-Chimps. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
SUPPORT
You can find documentation for this module with the perldoc command.
perldoc Test::Chimps
You can also look for information at:
Mailing list
Chimps has a mailman mailing list at chimps@bestpractical.com. You can subscribe via the web interface at http://lists.bestpractical.com/cgi-bin/mailman/listinfo/chimps.
AnnoCPAN: Annotated CPAN documentation
CPAN Ratings
RT: CPAN's request tracker
Search CPAN
COPYRIGHT & LICENSE
Copyright 2006 Best Practical Solutions.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.