Sebastian Riedel > Mojo > Mojo::Script::Test

Download:
Mojo-0.9002.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Source  

NAME ^

Mojo::Script::Test - Test Script

SYNOPSIS ^

    use Mojo::Script::Test;

    my $test = Mojo::Script::Test->new;
    $test->run(@ARGV);

DESCRIPTION ^

Mojo::Script::Test is a test script.

ATTRIBUTES ^

Mojo::Script::Test inherits all attributes from Mojo::Script and implements the following new ones.

description

    my $description = $test->description;
    $test           = $test->description('Foo!');

METHODS ^

Mojo::Script::Test inherits all methods from Mojo::Script and implements the following new ones.

run

    $test = $test->run(@ARGV);