| Test-DataDriven documentation | view source | Contained in the Test-DataDriven distribution. |
Test::DataDriven::Plugin - when Test::Base is not enough
See Test::DataDriven
my $test_name = test_name();
This function is exported by default. The test name is "$block - $action - $section".b
__PACKAGE__->register;
This method must be called by every Test::DataDriven::Plugin
subclass in order to register the section handlers with
Test::DataDriven.
Dispatch to the subroutines registered with attributes
Begin(), Run(), End(), passing as parameters
the block object, section name and the section data.
Needs more documentation and examples.
Mattia Barbon <mbarbon@cpan.org>
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
| Test-DataDriven documentation | view source | Contained in the Test-DataDriven distribution. |