Gtk2::TestHelper

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

Gtk2::TestHelper Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • gtk2-perl team
  • Publisher web site:
  • http://search.cpan.org/~tsch/Gtk2-1.183/tools/genkeysyms.pl

Gtk2::TestHelper Tags


Gtk2::TestHelper Description

Gtk2::TestHelper contains code to make testing Gtk2 and friends simpler. Gtk2::TestHelper 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::TestHelper Related Software