The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Eve::ItemEntryTestBase - a base class for all entry item classes.

SYNOPSIS

    package SomeEntryItemTest;

    use parent qw(Eve::ItemEntryTestBase);

    # put your item test content here

DESCRIPTION

Eve::ItemEntryTestBase is the class that provides test case setup and some mandatory tests required to pass for all item entry classes. Is derived from the Eve::ItemTestBase and uses its methods via SUPER call notation. All classes that derive from it should implement the tests in the same manner.

METHODS

get_argument_list()

Returns test arguments for items, can be overridden to add inheritable properties.

test_init()

Performs initialization tests.

test_constants

Performs class constant tests.

SEE ALSO

Eve::Test
Eve::ItemTestBase
Test::Class

LICENSE AND COPYRIGHT

Copyright 2010-2013 Sergey Konoplev, Igor Zinovyev.

This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.

See http://dev.perl.org/licenses/ for more information.

AUTHOR

Sergey Konoplev
Igor Zinovyev