NAME
Eve::EventTestBase - a base class for event test case classes.
SYNOPSIS
package BogusEventTest;
use parent qw(Eve::EventTestBase);
# Place the event test case class here
DESCRIPTION
Eve::EventTestBase is the class that provides tests that are required to pass for all event classes.
METHODS
setup()
test_trigger()
A mandatory test case for the trigger()
method.
SEE ALSO
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.