perl-Test-Unit-Lite:测试

时间:2021-05-11 20:47:02
【文件属性】:
文件名称:perl-Test-Unit-Lite:测试
文件大小:44KB
文件格式:ZIP
更新时间:2021-05-11 20:47:02
Perl 名称 Test :: Unit :: Lite-无需外部依赖项的单元测试 概要 将作为软件包分发的一部分进行捆绑: perl -MTest::Unit::Lite -e bundle 运行所有测试单元: perl -MTest::Unit::Lite -e all_tests 用作Test :: Unit的替代品: package FooBarTest; use Test::Unit::Lite; # unnecessary if module isn't directly used use base 'Test::Unit::TestCase'; sub new { my $self = shift()->SUPER::new(@_); # your state for fixture here return $self; } sub set_up
【文件预览】:
perl-Test-Unit-Lite-master
----Build.PL(1KB)
----t()
--------all_tests.t(537B)
--------test_tainted.pl(601B)
--------all_tests_tainted.t(963B)
--------tlib()
--------test.pl(293B)
----MANIFEST.SKIP(919B)
----README(2KB)
----examples()
--------README(196B)
----Dist.SH(632B)
----.gitignore(234B)
----lib()
--------Test()
----xt()
--------pod_coverage.t(166B)
--------pod_syntax.t(102B)
--------consistent_version_numbers.t(1KB)
--------dist_manifest.t(73B)
--------cpan_meta.t(72B)
--------kwalitee.t(81B)
--------check_changes.t(82B)
--------signature.t(109B)
--------perlcriticrc(1KB)
--------pod_spell.t(363B)
--------minimumversion.t(218B)
--------copyright.t(2KB)
--------no_tabs.t(387B)
--------cover.pl(249B)
--------cpan_changes.t(88B)
--------distribution.t(196B)
--------eol.t(404B)
--------pod_spellrc(58B)
--------perlcritic.t(232B)
--------portability_files.t(8KB)
----README.md(11KB)
----Changes(7KB)

网友评论