Package : perl-Test-Cukes > RPM : perl-Test-Cukes-0.100.0-8.mga6.src.rpm

Basic items

Name perl-Test-Cukes
Version 0.100.0
Release 8.mga6
URL http://search.cpan.org/dist/Test-Cukes
Group Development/Perl
Summary A BBD test tool inspired by Cucumber
Size 27KB
Arch noarch
License GPL+ or Artistic

Description

Test::Cukes is a testing tool inspired by Cucumber (the http://cukes.info
manpage). It lets your write your module test with scenarios. It may be
used with the Test::More manpage or other family of TAP 'Test::*' modules.
It uses the Test::Builder::note manpage function internally to print
messages.

This module implements the Given-When-Then clause only in English. To uses
it in the test programs, feed the feature text into 'feature' function,
defines your step handlers, and then run all the tests by calling
'runtests'. Step handlers may be defined in separate modules, as long as
those modules are included before 'runtests' is called. Each step may use
either 'assert' or standard TAP functions such as 'Test::Simple''s 'ok' or
'Test::More''s 'is' to verify desired result. If you specify a plan
explicitly, you should be aware that each step line in your scenario runs
an additional test, and will therefore add to the number of tests you must
indicate.

If any assertion in the Given block failed, the following 'When' and 'Then'
blocks are all skipped.

Media information

Distribution release Mageia 6
Media name core-release
Media arch i586

Advanced items

Source RPM NOT IN DATABASE ?!
Build time 2016-06-19 10:46:34
Changelog View in Sophie
Files View in Sophie
Dependencies View in Sophie