| Test-Chimps documentation | view source | Contained in the Test-Chimps distribution. |
Test::Chimps::Report - Encapsulate a smoke test report
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.
Creates a new Report. ARGS is a hash whose only valid key is handle. Its value must be a Jifty::DBI::Handle.
Test::Chimps::Reports have the following columns (and consequently accessors):
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.
Zev Benjamin, <zev at cpan.org>
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.
You can find documentation for this module with the perldoc command.
perldoc Test::Chimps
You can also look for information at:
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.
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.
| Test-Chimps documentation | view source | Contained in the Test-Chimps distribution. |