Prima::Test - GUI test tools |
Prima::Test - GUI test tools
The module contains a small set or tool used for testing of
Prima-related code together with standard perl Test::
suite.
use Test::More; use Prima::Test; plan tests => 1; ok( create_window, "can create window");
$flag
that stops event loop when set.
By default fires skip_all condition if running without X11 connection. If the test can be ran without X11, use as:
use Prima::Test qw(noX11);
which signals the module not to do any GUI initialization.
Upasana Shukla, <me@upasana.me>, Dmitry Karasik, <dmitry@karasik.eu.org>.
Prima, t/*/*.t
Prima::Test - GUI test tools |