Gtk2::Test::Helper

Gtk2::Test::Helper contains code to make testing Gtk2 and friends simpler.
Download

Gtk2::Test::Helper Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • The Gtk2-Perl Team
  • Publisher web site:
  • http://search.cpan.org/~rmcfarla/Gtk2-1.043/pm/TestHelper.pm

Gtk2::Test::Helper Tags


Gtk2::Test::Helper Description

Gtk2::Test::Helper contains code to make testing Gtk2 and friends simpler. Gtk2::Test::Helper contains code to make testing Gtk2 and friends simpler.SYNOPSIS use Gtk2::TestHelper tests => 10;A simplistic module that brings together code that would otherwise have to be copied into each and every test. The magic happens during the importing process and therefore all options are passed to the use call. The module also use's strict, warnings, Gtk2, and Test::More so that the individual tests will not have to. The only required option is the number of tests. The module installs a key snooper that causes all keyboard input to be ignored.OPTIONStestsThe number of tests to be completed.noinitDo not call Gtk2->init_check, assume that it is not necessary.nowin32Set to true if all tests are to be skipped on the win32 platform.at_least_versionA reference to a list that is checked with Gtk2->CHECK_VERSION.skip_allSimply skip all tests with the reason provided. Requirements: · Perl


Gtk2::Test::Helper Related Software