Name : perl-Test-Class-Sugar
| |
Version : 0.0400
| Vendor : obs://build_opensuse_org/devel:languages:perl
|
Release : 6.10
| Date : 2017-05-17 19:36:08
|
Group : Development/Libraries/Perl
| Source RPM : perl-Test-Class-Sugar-0.0400-6.10.src.rpm
|
Size : 0.06 MB
| |
Packager : (none)
| |
Summary : Helper syntax for writing Test::Class tests
|
Description :
Test::Class::Sugar provides a new syntax for setting up your Test::Class based tests. The idea is that we bundle up all the tedious boilerplate involved in writing a class in favour of getting to the meat of what you\'re testing. We made warranted assumptions about what you want to do, and we do them for you. So, when you write
testclass exercises Person { ... }
What Perl sees, after Test::Class::Sugar has done its work, is roughly:
{ package Test::Person; use base qw/Test::Class/; use strict; use warnings; require Person;
sub subject { \'Person\' };
... }
Some of the assumptions we made are overrideable, others aren\'t. Yet. Most of them will be though. See the /Changing Assumptions manpage for details
|
RPM found in directory: /packages/linux-pbone/ftp5.gwdg.de/pub/opensuse/repositories/devel:/languages:/perl:/CPAN-T/openSUSE_Tumbleweed/noarch |