GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Test::Declare(3) User Contributed Perl Documentation Test::Declare(3)

Test::Declare - declarative testing

    use strict;
    use warnings;
    use Test::Declare;
    plan tests => blocks;
    
    describe 'foo bar test' => run {
        init {
            # init..
        };
        test 'foo is bar?' => run {
            is foo, bar;
        };
        cleanup {
            # cleanup..
        };
    };

Test::More, Test::Exception, Test::Deep, Test::Warn and Test::Output wrapper module.

No bugs have been reported.

This test module's core modules

Test::More and Test::Exception and Test::Deep and PPI

Test::Declare's sample tests

DBIx::Class::TableNames 's 01_table_names.t

DBIx::Class::ProxyTable 's 01_proxy.t

Atsushi Kobayashi "<nekokak __at__ gmail.com>"

tokuhirom

Copyright (c) 2008, Atsushi Kobayashi "<nekokak __at__ gmail.com>". All rights reserved.

This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See perlartistic.

2009-08-17 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.