![]() |
![]()
| ![]() |
![]()
NAMEPrima::sys::Test - GUI test tools DESCRIPTIONThe module contains a small set or tool used for testing of Prima-related code together with standard perl "Test::" suite. SYNOPSISuse Test::More; use Prima::Test; plan tests => 1; ok( create_window, "can create window"); USAGEMethods
no-X11 environmentBy 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. AUTHORSUpasana Shukla, <me@upasana.me>, Dmitry Karasik, <dmitry@karasik.eu.org>. SEE ALSOPrima, t/*/*.t
|