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

NAME

Eve::ItemTestBase - a base class for all item classes.

SYNOPSIS

    package SomeItemTest;

    use parent qw(Eve::ItemTestBase);

    # put your item test content here

DESCRIPTION

Eve::ItemTestBase is the class that provides test case setup and some mandatory tests required to pass for all item classes.

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.

test_eq

Performs equality method implementation tests.

SEE ALSO

Eve::Test
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