Catalyst-Action-Wizard

 view release on metacpan or  search on metacpan

t/mechanize/01wizard.t  view on Meta::CPAN

#
#===============================================================================
#
#         FILE:  01wizard.t
#
#  DESCRIPTION:  
#
#        FILES:  ---
#         BUGS:  ---
#        NOTES:  ---
#       AUTHOR:  Pavel Boldin (davinchi), <boldin.pavel@gmail.com>
#      COMPANY:  
#      VERSION:  1.0
#      CREATED:  12.10.2007 01:08:33 SAMST
#     REVISION:  ---
#===============================================================================

use strict;
use warnings;

use Test::More tests => 11;                      # last test to print

t/mechanize/02subwizard.t  view on Meta::CPAN

#
#===============================================================================
#
#         FILE:  02subwizard.t
#
#  DESCRIPTION:  
#
#        FILES:  ---
#         BUGS:  ---
#        NOTES:  ---
#       AUTHOR:  Pavel Boldin (davinchi), <boldin.pavel@gmail.com>
#      COMPANY:  
#      VERSION:  1.0
#      CREATED:  12.10.2007 01:08:33 SAMST
#     REVISION:  ---
#===============================================================================

use strict;
use warnings;

use Test::More tests => 11;                      # last test to print

t/mechanize/03wizard_detach.t  view on Meta::CPAN

#
#===============================================================================
#
#         FILE:  03wizard_detach.t
#
#  DESCRIPTION:  
#
#        FILES:  ---
#         BUGS:  ---
#        NOTES:  ---
#       AUTHOR:  Pavel Boldin (davinchi), <boldin.pavel@gmail.com>
#      COMPANY:  
#      VERSION:  1.0
#      CREATED:  12.10.2007 01:08:33 SAMST
#     REVISION:  ---
#===============================================================================

use strict;
use warnings;

use Test::More tests => 9;                      # last test to print

t/mechanize/04subwizard_detach.t  view on Meta::CPAN

#
#===============================================================================
#
#         FILE:  01subwizard_detach.t
#
#  DESCRIPTION:  
#
#        FILES:  ---
#         BUGS:  ---
#        NOTES:  ---
#       AUTHOR:  Pavel Boldin (davinchi), <boldin.pavel@gmail.com>
#      COMPANY:  
#      VERSION:  1.0
#      CREATED:  12.10.2007 01:08:33 SAMST
#     REVISION:  ---
#===============================================================================

use strict;
use warnings;

use Test::More tests => 7;                      # last test to print

t/mechanize/05wizard_complex.t  view on Meta::CPAN

#
#===============================================================================
# #         FILE:  05wizard_complex.t
#
#  DESCRIPTION:  Complex wizard test
#
#        FILES:  ---
#         BUGS:  ---
#        NOTES:  ---
#       AUTHOR:  Pavel Boldin (davinchi), <boldin.pavel@gmail.com>
#      COMPANY:  
#      VERSION:  1.0
#      CREATED:  30.10.2007 23:45:48 SAMT
#     REVISION:  ---
#===============================================================================

use strict;
use warnings;

use Test::More tests => 39;                      # last test to print

t/mechanize/06wizard_catalyst.t  view on Meta::CPAN

#
#===============================================================================
#
#         FILE:  06wizard_catalyst.t
#
#  DESCRIPTION:  Testing catalyst $c->detach_next_action and etc.
#
#        FILES:  ---
#         BUGS:  ---
#        NOTES:  ---
#       AUTHOR:  Pavel Boldin (davinchi), <boldin.pavel@gmail.com>
#      COMPANY:  
#      VERSION:  1.0
#      CREATED:  04.11.2007 16:35:06 SAMT
#     REVISION:  ---
#===============================================================================

use strict;
use warnings;

use Test::More tests => 7;                      # last test to print

t/mechanize/lib/Test/Wizard.pm  view on Meta::CPAN

# Tests utilities for Wizard
#
# DESCRIPTION
#   Description
# # AUTHORS
#   Pavel Boldin (davinchi), <boldin.pavel@gmail.com>
#
#========================================================================

package Test::Wizard;

use strict;
use warnings;
use Test::More;
use Carp ();



( run in 1.351 second using v1.01-cache-2.11-cpan-5dc5da66d9d )