Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37513785
en ru br
ALT Linux repos
S:0.4-alt2

Group :: Development/Perl
RPM: perl-Test-Toolbox

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 0.4-alt2
Build date: 7 july 2019, 12:57 ( 250.5 weeks ago )
Size: 20.87 Kb

Home page:   http://search.cpan.org/dist/Test-Toolbox/

License: perl
Summary: Test::Toolbox - tools for testing
Description:


use Test::Toolbox;


rtplan 43;


rtplan 43, autodie=>1;


rtok 'my test name', $success;


rtok 'test name', $success, should=>0;


rtcomp 'test name', $val, $other_val;


rtcomp 'test name', $val, $other_val, should=>0;



rteval 'test name', undef, sub { mysub() };


rteval 'test name', 'file-open-failed', sub { mysub() };


rtid 'test name', $@, 'missing-keys';

Current maintainer: Igor Vlasenko

List of contributors

List of rpms provided by this srpm:

  • perl-Test-Toolbox
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin