Package perl-Test-Toolbox: Information

    Binary package: perl-Test-Toolbox
    Version: 0.4-alt2
    Architecture: noarch
    Build time:  Dec 30, 2020, 10:50 PM
    Source package: perl-Test-Toolbox
    Category: Development/Perl
    Report package bug
    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';

    Maintainer: Igor Vlasenko

    List of contributors:
    Igor Vlasenko

    Last changed


    July 7, 2019 Igor Vlasenko 0.4-alt2
    - to Sisyphus as perl-Finance-Quote dep
    Sept. 6, 2016 Igor Vlasenko 0.4-alt1
    - initial import by package builder